Fixed a bug while sorting

This commit is contained in:
Pietro
2018-03-31 16:07:32 +02:00
committed by GitHub
parent a9975b9fde
commit 1657928d88
3 changed files with 29 additions and 27 deletions
+1 -1
View File
@@ -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)