some fixes

This commit is contained in:
kremsy
2014-02-07 14:05:10 +01:00
committed by Steffen Schröder
parent f40b60e065
commit dfb9debdd2
4 changed files with 28 additions and 26 deletions

View File

@ -251,7 +251,7 @@ class ManiaExchangeManager {
return $success;
}
/*public function getMapsAssync($function, $name = '', $author = '', $env = '', $maxMapsReturned = 100, $searchOrder = self::SEARCH_ORDER_UPDATED_NEWEST) {
public function getMapsAssync($function, $name = '', $author = '', $env = '', $maxMapsReturned = 100, $searchOrder = self::SEARCH_ORDER_UPDATED_NEWEST) {
if (!is_callable($function)) {
$this->maniaControl->log("Function is not callable");
return false;
@ -312,7 +312,7 @@ class ManiaExchangeManager {
}
return $success;
}*/
}
/**