fix V1Controller

This commit is contained in:
aynsix
2019-12-05 14:30:17 +04:00
parent e4b29d70c5
commit 3d6d2e4e64

View File

@@ -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);
}