diff --git a/GameEngine/Multisort.php b/GameEngine/Multisort.php index 31eb9e43..c7e8a7a4 100755 --- a/GameEngine/Multisort.php +++ b/GameEngine/Multisort.php @@ -25,7 +25,7 @@ class multiSort { if($i + 2 < func_num_args()) $type = func_get_arg($i + 2); - $t = function($a, $b) use ($key, $type) + $t = function($a, $b) use ($key, $type, $order) { switch($type) {