From f3564a3390ae6255aa22646bb7b153d1d9bf7ade Mon Sep 17 00:00:00 2001 From: Pietro Date: Sat, 31 Mar 2018 17:58:37 +0200 Subject: [PATCH] Update Multisort.php --- GameEngine/Multisort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {