Commit 57cf446f authored by Alexander Butenko's avatar Alexander Butenko

Fix a typo

parent 493c1886
......@@ -634,7 +634,7 @@ class dbObject {
return Array();
if (method_exists ($this, "preLoad"))
$this->preLoad ($data);
$this->preLoad ($this->data);
if (!$this->dbFields)
return $this->data;
......
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