mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Avoid errors by explicitely namespacing root exception
This commit is contained in:
@@ -469,7 +469,7 @@ class Bridge_Api_Flickr extends Bridge_Api_Abstract implements Bridge_Api_Interf
|
||||
$this->get_element_from_id($ticket["dist_id"], $element->get_type());
|
||||
$element->set_dist_id($ticket["dist_id"]);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
return self::UPLOAD_STATE_FAILED;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user