Added Auth loop

This commit is contained in:
franck
2013-07-09 11:42:25 +02:00
parent 7cea85b43e
commit dd05888450
15 changed files with 220 additions and 69 deletions

View File

@@ -134,7 +134,7 @@ class BaseAdminController extends ContainerAware
*/
public function generateUrl($route, $parameters = array(), $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH)
{
return "thelia2/$route";
return "thelia2/$route"; //FIXME
//return $this->container->get('router')->generate($route, $parameters, $referenceType);
}