Skip to content
Snippets Groups Projects
Commit e17846cb authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-4.1'

# Conflicts:
#	module/VuFindAdmin/src/VuFindAdmin/Controller/AdminController.php
parents b120b6cc b40df3d4
No related merge requests found
...@@ -59,7 +59,7 @@ class AdminController extends AbstractAdmin ...@@ -59,7 +59,7 @@ class AdminController extends AbstractAdmin
$xml = false; $xml = false;
if (isset($config->Index->url)) { if (isset($config->Index->url)) {
$response = $this->serviceLocator->get('VuFindHttp\HttpService') $response = $this->serviceLocator->get('VuFindHttp\HttpService')
->get($config->Index->url . '/admin/multicore'); ->get($config->Index->url . '/admin/cores');
$xml = $response->isSuccess() ? $response->getBody() : false; $xml = $response->isSuccess() ? $response->getBody() : false;
} }
$view = $this->createViewModel(); $view = $this->createViewModel();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment