From 3b8f4ec48a1683dc1e2ad4097828d0e277555eba Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 11 Mar 2013 10:07:29 -0400 Subject: [PATCH] Removed unused property. --- module/VuFind/src/VuFind/Controller/MyResearchController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/MyResearchController.php b/module/VuFind/src/VuFind/Controller/MyResearchController.php index 6dfc3abcc0c..13a957bb912 100644 --- a/module/VuFind/src/VuFind/Controller/MyResearchController.php +++ b/module/VuFind/src/VuFind/Controller/MyResearchController.php @@ -43,8 +43,6 @@ use VuFind\Exception\Auth as AuthException, */ class MyResearchController extends AbstractBase { - protected $account; - /** * Prepare and direct the home page where it needs to go * -- GitLab