Skip to content
Snippets Groups Projects
Commit d80623a3 authored by David Maus's avatar David Maus
Browse files

Revert "Update module/VuFind/src/VuFind/Controller/MyResearchController.php"

This reverts commit 15e28d0d.

As an afterthought cherry-pick seems to be the wrong way to
incorporate this change. Merge is better because the commit id is
preserved. Sorry for the VCS log noise ;)
parent 15e28d0d
No related merge requests found
......@@ -82,8 +82,8 @@ class MyResearchController extends AbstractBase
}
$config = ConfigReader::getConfig();
$page = isset($config->Site->defaultAccountPage)
? $config->Site->defaultAccountPage : 'Favorites';
$page = isset($configArray->Site->defaultAccountPage)
? $configArray->Site->defaultAccountPage : 'Favorites';
return $this->forwardTo('MyResearch', $page);
}
......
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