mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Fix connection
This commit is contained in:
@@ -467,6 +467,8 @@ class Collection implements ControllerProviderInterface
|
|||||||
$user->ACL()->update_rights_to_base($bas_id, array('order_master' => true));
|
$user->ACL()->update_rights_to_base($bas_id, array('order_master' => true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$conn->commit();
|
||||||
|
|
||||||
$success = true;
|
$success = true;
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$conn->rollBack();
|
$conn->rollBack();
|
||||||
|
Reference in New Issue
Block a user