Remove user variable assignment

This commit is contained in:
Romain Neutron
2012-09-28 17:56:00 +02:00
parent 87c00ee4fb
commit 0565bce475
65 changed files with 274 additions and 509 deletions

View File

@@ -20,8 +20,7 @@ function deleteRecord(Application $app, $lst, $del_children)
{
$BE_repository = $app['EM']->getRepository('\Entities\BasketElement');
$user = $app['phraseanet.user'];
$ACL = $user->ACL();
$ACL = $app['phraseanet.user']->ACL();
$lst = explode(";", $lst);