Skip to content

Commit

Permalink
Merge branch '2018.09'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 21, 2019
2 parents 02fb8ca + 75a854b commit 8608700
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 &&
isset( $limitation['class'] ) &&
count( $limitation[ 'values' ] == 0 ) )
count( $limitation[ 'values' ] ) == 0 )
{
$obj = new $limitation['class']( array() );
$limitationValueList = call_user_func_array ( array( $obj , $limitation['function']) , $limitation['parameter'] );
Expand Down

0 comments on commit 8608700

Please sign in to comment.