mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fix feeds migration & disable email transport
This commit is contained in:
@@ -559,7 +559,11 @@ class User_Query implements User_QueryInterface
|
||||
$users = new ArrayCollection();
|
||||
|
||||
foreach ($rs as $row) {
|
||||
$users[] = User_Adapter::getInstance($row['usr_id'], $this->app);
|
||||
try {
|
||||
$users[] = User_Adapter::getInstance($row['usr_id'], $this->app);
|
||||
} catch (\Exception $e) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
$this->results = $users;
|
||||
|
Reference in New Issue
Block a user