mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 23:26:08 +00:00
Fixed a bug while sorting
This commit is contained in:
@@ -290,7 +290,7 @@ class Market
|
||||
array_push($holderarray,$value);
|
||||
}
|
||||
}
|
||||
$this->onsale = $multisort->sorte($holderarray, "'duration'", true, 2);
|
||||
$this->onsale = $multisort->sorte($holderarray, "duration", true, 2);
|
||||
}
|
||||
|
||||
private function filterNeed($get)
|
||||
|
||||
Reference in New Issue
Block a user