mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Update Multisort.php
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user