fix for bug #2935: InfoLog edit broken: call to member function on non-object

This commit is contained in:
Ralf Becker 2011-04-12 06:10:34 +00:00
parent dc270e8bae
commit 418fd825b2

View File

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