Commit 0695a6ab authored by gnat's avatar gnat

$this->parent doesn't exist

parent dc4be22b
...@@ -229,7 +229,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun ...@@ -229,7 +229,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
if ($attribute >= 100) { if ($attribute >= 100) {
if ( ! isset($this->attributes[$attribute])) { if ( ! isset($this->attributes[$attribute])) {
return $this->parent->getAttribute($attribute); return parent::getAttribute($attribute);
} }
return $this->attributes[$attribute]; return $this->attributes[$attribute];
} }
......
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