1
0
mirror of synced 2024-12-14 07:06:04 +03:00
This commit is contained in:
zYne 2007-06-19 19:26:18 +00:00
parent f46a92b9e4
commit 91f51b92b9

View File

@ -131,7 +131,7 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator
unset($vars['expanded']);
unset($vars['generator']);
$vars['table'] = $vars['table']->getComponentName();
$vars['_table'] = $vars['_table']->getComponentName();
return serialize($vars);
}