mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Avoid errors by explicitely namespacing root exception
This commit is contained in:
@@ -114,7 +114,7 @@ class module_report_download extends module_report
|
||||
if (array_key_exists('record_id', $row)) {
|
||||
try {
|
||||
$record = new \record_adapter($app, $this->sbas_id, $row['record_id']);
|
||||
} catch (Exception_Record_AdapterNotFound $e) {
|
||||
} catch (\Exception_Record_AdapterNotFound $e) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user