mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix for bug #2935: Infolog edit broken in latest revision
This commit is contained in:
parent
50296c519a
commit
3d94b7a0c2
@ -112,7 +112,7 @@ class infolog_so
|
||||
{
|
||||
// dont change our own internal data,
|
||||
$backup_data = $this->data;
|
||||
$info = $this->read($info);
|
||||
$info = $this->read((array)$info);
|
||||
$this->data = $backup_data;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user