use newly renamed web method
This commit is contained in:
@ -74,7 +74,7 @@ class InstallMenu implements ConfiguratorMenu, ManialinkPageAnswerListener {
|
||||
$pageFrame = null;
|
||||
|
||||
$url = ManiaControl::URL_WEBSERVICE . 'plugins';
|
||||
$response = WebReader::loadUrl($url);
|
||||
$response = WebReader::getUrl($url);
|
||||
$dataJson = $response->getContent();
|
||||
$pluginList = json_decode($dataJson);
|
||||
$index = 0;
|
||||
|
Reference in New Issue
Block a user