fixes #351
This commit is contained in:
parent
f46a92b9e4
commit
91f51b92b9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue