A little forgetfulness

This commit is contained in:
Pietro
2018-03-31 17:32:17 +02:00
committed by GitHub
parent d2226ba8be
commit ea42e8bf63
+2 -2
View File
@@ -25,7 +25,7 @@ class multiSort {
if($i + 2 < func_num_args())
$type = func_get_arg($i + 2);
$t = function($a, $b) use ($key)
$t = function($a, $b) use ($key, $type)
{
switch($type)
{
@@ -55,4 +55,4 @@ class multiSort {
};
$multisort = new multiSort;
?>
?>