Commit ba43d3bc authored by Alexander Butenko's avatar Alexander Butenko

Merge pull request #272 from avbdr/master

Fix a typo
parents 22b45157 57cf446f
......@@ -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