Update Multisort.php

This commit is contained in:
Pietro
2018-03-31 17:58:37 +02:00
committed by GitHub
parent 7b2e810f75
commit f3564a3390
+1 -1
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, $type)
$t = function($a, $b) use ($key, $type, $order)
{
switch($type)
{