Commit ad25cdc9 by Antonio Ramirez

Fix 'automated' (?) space

parent e2a57e4b
......@@ -318,7 +318,7 @@ class ArrayHelper
$args[] = $ascending[$i] ? SORT_ASC : SORT_DESC;
$args[] = $flag;
}
$args[] = & $array;
$args[] = &$array;
call_user_func_array('array_multisort', $args);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment