Commit d4711c46 by Alexander Makarov

Fixes #4310

parent b014489b
......@@ -139,7 +139,7 @@ class DbManager extends BaseManager
}
if (!isset($row['data']) || ($data = @unserialize($row['data'])) === false) {
$data = null;
$row['data'] = null;
}
return $this->populateItem($row);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment