mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 21:46:11 +00:00
A little forgetfulness
This commit is contained in:
@@ -25,7 +25,7 @@ class multiSort {
|
|||||||
if($i + 2 < func_num_args())
|
if($i + 2 < func_num_args())
|
||||||
$type = func_get_arg($i + 2);
|
$type = func_get_arg($i + 2);
|
||||||
|
|
||||||
$t = function($a, $b) use ($key)
|
$t = function($a, $b) use ($key, $type)
|
||||||
{
|
{
|
||||||
switch($type)
|
switch($type)
|
||||||
{
|
{
|
||||||
@@ -55,4 +55,4 @@ class multiSort {
|
|||||||
|
|
||||||
};
|
};
|
||||||
$multisort = new multiSort;
|
$multisort = new multiSort;
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user