mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Add user repository as a service
This commit is contained in:
@@ -33,7 +33,7 @@ class set_exportftp extends set_export
|
||||
{
|
||||
$email_dest = '';
|
||||
if ($usr_to) {
|
||||
$user_t = $this->app['manipulator.user']->getRepository()->find($usr_to);
|
||||
$user_t = $this->app['repo.users']->find($usr_to);
|
||||
$email_dest = $user_t->getEmail();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user