We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adad0f4 commit 5159467Copy full SHA for 5159467
dbObject.php
@@ -451,7 +451,7 @@ private function with ($objectName) {
451
if (!property_exists ($this, 'relations') || !isset ($this->relations[$objectName]))
452
die ("No relation with name $objectName found");
453
454
- $this->_with[$objectName] = $this->relations[$objectName];
+ $this->_with[MysqliDb::$prefix.$objectName] = $this->relations[$objectName];
455
456
return $this;
457
}
0 commit comments