From d80623a394a4eebfee7b63bb06fc1d9d7328967c Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Mon, 18 Feb 2013 08:36:01 +0100 Subject: [PATCH] Revert "Update module/VuFind/src/VuFind/Controller/MyResearchController.php" This reverts commit 15e28d0da50ac80a5a9bad4248b40ff3a8a37d15. 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 ;) --- module/VuFind/src/VuFind/Controller/MyResearchController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/MyResearchController.php b/module/VuFind/src/VuFind/Controller/MyResearchController.php index 4e65c256510..d71271339ea 100644 --- a/module/VuFind/src/VuFind/Controller/MyResearchController.php +++ b/module/VuFind/src/VuFind/Controller/MyResearchController.php @@ -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); } -- GitLab