renamed mx class
This commit is contained in:
committed by
Steffen Schröder
parent
9c446c0a67
commit
1fed47ec20
@ -114,7 +114,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
|
||||
}
|
||||
|
||||
// search for matching maps
|
||||
$maps = $this->maniaControl->mapManager->mxInfoSearcher->getMaps($searchString, $author, $environment);
|
||||
$maps = $this->maniaControl->mapManager->mxManager->getMaps($searchString, $author, $environment);
|
||||
|
||||
// check if there are any results
|
||||
if($maps == null) {
|
||||
|
Reference in New Issue
Block a user