mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix for bug #2935: InfoLog edit broken: call to member function on non-object
This commit is contained in:
parent
dc270e8bae
commit
418fd825b2
@ -112,7 +112,7 @@ class infolog_so
|
||||
{
|
||||
// dont change our own internal data,
|
||||
$backup_data = $this->data;
|
||||
$info = $private_info->read($info);
|
||||
$info = $this->read($info);
|
||||
$this->data = $backup_data;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user