forked from extern/egroupware
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,
|
// dont change our own internal data,
|
||||||
$backup_data = $this->data;
|
$backup_data = $this->data;
|
||||||
$info = $this->read($info);
|
$info = $this->read((array)$info);
|
||||||
$this->data = $backup_data;
|
$this->data = $backup_data;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user