mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Change visibility to public
This commit is contained in:
@@ -1968,7 +1968,7 @@ class API_V1_adapter extends API_V1_Abstract
|
|||||||
* @param record_adapter $story
|
* @param record_adapter $story
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function list_story(record_adapter $story, $includeChildren = true)
|
public function list_story(record_adapter $story, $includeChildren = true)
|
||||||
{
|
{
|
||||||
if (!$story->is_grouping()) {
|
if (!$story->is_grouping()) {
|
||||||
throw new \API_V1_exception_notfound('Story not found');
|
throw new \API_V1_exception_notfound('Story not found');
|
||||||
|
Reference in New Issue
Block a user