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