forked from extern/egroupware
Removed the parameter as being a reference value. Wasn't working when passing strictly a hard coded value.
This commit is contained in:
parent
8f49481960
commit
4142411d03
@ -399,7 +399,7 @@ class calendar__
|
||||
return $this->fetch_event($this->event->id);
|
||||
}
|
||||
|
||||
function add_attribute($attribute,&$value)
|
||||
function add_attribute($attribute,$value)
|
||||
{
|
||||
if(is_array($value))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user