Regenerate doctrine entities and proxies

This commit is contained in:
Romain Neutron
2013-06-17 15:05:20 +02:00
parent 241705a568
commit 88c3df2ef7
60 changed files with 2141 additions and 1842 deletions

View File

@@ -1486,7 +1486,7 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
$module->setModuleId($app_id);
$module->setSession($session);
$session->addSessionModule($module);
$session->addModule($module);
$app['EM']->persist($module);
$app['EM']->persist($session);