Skip to content

Commit

Permalink
Merge branch '2017.12' into 2018.09
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 21, 2019
2 parents 04c8f14 + 215ce2c commit 75a854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/classes/ezpolicylimitation.php
Expand Up @@ -225,7 +225,7 @@ function allValuesAsArrayWithNames()


if ( $limitation && if ( $limitation &&
isset( $limitation['class'] ) && isset( $limitation['class'] ) &&
count( $limitation[ 'values' ] == 0 ) ) count( $limitation[ 'values' ] ) == 0 )
{ {
$obj = new $limitation['class']( array() ); $obj = new $limitation['class']( array() );
$limitationValueList = call_user_func_array ( array( $obj , $limitation['function']) , $limitation['parameter'] ); $limitationValueList = call_user_func_array ( array( $obj , $limitation['function']) , $limitation['parameter'] );
Expand Down

0 comments on commit 75a854b

Please sign in to comment.