mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +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,
|
// dont change our own internal data,
|
||||||
$backup_data = $this->data;
|
$backup_data = $this->data;
|
||||||
$info = $private_info->read($info);
|
$info = $this->read($info);
|
||||||
$this->data = $backup_data;
|
$this->data = $backup_data;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user