mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
#PHRAS-325
fix typo : the new parameter is "nosubdefs" (with 's' at end)
This commit is contained in:
@@ -494,7 +494,7 @@ class API_V1_adapter extends API_V1_Abstract
|
|||||||
throw new API_V1_exception_badrequest(sprintf('Invalid forceBehavior value `%s`', $request->get('forceBehavior')));
|
throw new API_V1_exception_badrequest(sprintf('Invalid forceBehavior value `%s`', $request->get('forceBehavior')));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$app['border-manager']->process($session, $Package, $callback, $behavior, $request->get('nosubdef')==='');
|
$app['border-manager']->process($session, $Package, $callback, $behavior, $request->get('nosubdefs')==='');
|
||||||
|
|
||||||
$ret = array(
|
$ret = array(
|
||||||
'entity' => null,
|
'entity' => null,
|
||||||
|
Reference in New Issue
Block a user