mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix V1Controller
This commit is contained in:
@@ -1305,7 +1305,7 @@ class V1Controller extends Controller
|
||||
|
||||
$selections = $this->findDataboxById($databoxId)
|
||||
->getRecordRepository()
|
||||
->findChildren($storyIds, $user,1, $story_max_items);
|
||||
->findChildren($storyIds, $user);
|
||||
$children[$databoxId] = array_combine($storyIds, $selections);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user