Commit 91f51b92 authored by zYne's avatar zYne

fixes #351

parent f46a92b9
......@@ -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);
}
......
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