mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Remove user variable assignment
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user