Skip to content

Commit ba43d3b

Browse files
committed
Merge pull request #272 from avbdr/master
Fix a typo
2 parents 22b4515 + 57cf446 commit ba43d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbObject.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ private function prepareData () {
634634
return Array();
635635

636636
if (method_exists ($this, "preLoad"))
637-
$this->preLoad ($data);
637+
$this->preLoad ($this->data);
638638

639639
if (!$this->dbFields)
640640
return $this->data;

0 commit comments

Comments
 (0)