mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix CS
This commit is contained in:
@@ -1607,7 +1607,7 @@ class ACL implements cache_cacheableInterface
|
||||
|
||||
$collections = array();
|
||||
|
||||
foreach($rs as $row) {
|
||||
foreach ($rs as $row) {
|
||||
$collections[] = \collection::get_from_base_id($this->app, $row['base_id']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user