1
0
mirror of synced 2024-12-14 15:16:04 +03:00
This commit is contained in:
zYne 2007-06-08 19:07:32 +00:00
parent be34a396d7
commit a64e675871

View File

@ -45,7 +45,7 @@ abstract class Doctrine_Access extends Doctrine_Object implements ArrayAccess
{
foreach ($array as $k=>$v) {
$this->set($k,$v);
};
}
return $this;
}