fix for bug #2935: Infolog edit broken in latest revision

This commit is contained in:
Ralf Becker 2011-04-13 06:00:09 +00:00
parent 50296c519a
commit 3d94b7a0c2

View File

@ -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