Skip to content

Commit 57cf446

Browse files
committed
Fix a typo
1 parent 493c188 commit 57cf446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)