mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Avoid errors by explicitely namespacing root exception
This commit is contained in:
@@ -328,7 +328,7 @@ class module_report_dashboard implements module_report_dashboard_componentInterf
|
||||
$this->app, $sbasid, $coll, $this->dmin, $this->dmax
|
||||
);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
|
||||
}
|
||||
$i ++;
|
||||
|
Reference in New Issue
Block a user