1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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) { foreach ($array as $k=>$v) {
$this->set($k,$v); $this->set($k,$v);
}; }
return $this; return $this;
} }