forked from extern/egroupware
added missing ';' - thought that file is not used ;-)
This commit is contained in:
parent
0aca5b696c
commit
ae72c47831
@ -310,7 +310,7 @@
|
||||
function fetch_current_stream_event()
|
||||
{
|
||||
$this->event = mcal_fetch_current_stream_event($this->stream);
|
||||
return $this->event
|
||||
return $this->event;
|
||||
}
|
||||
|
||||
function add_attribute($attribute,$value)
|
||||
|
Loading…
Reference in New Issue
Block a user