From fed421475551155e073d58f11b6f27354d838001 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 18 Jul 2012 13:03:28 -0400 Subject: [PATCH] Removed unused init method. --- .../src/VuFind/Controller/MyResearchController.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/MyResearchController.php b/module/VuFind/src/VuFind/Controller/MyResearchController.php index 580ead39d6e..c13aea4b47d 100644 --- a/module/VuFind/src/VuFind/Controller/MyResearchController.php +++ b/module/VuFind/src/VuFind/Controller/MyResearchController.php @@ -44,16 +44,6 @@ class MyResearchController extends AbstractBase { protected $account; - /** - * init - * - * @return void - */ - public function init() - { - $this->getView()->layout()->flashMessenger = $this->flashMessenger(); - } - /** * Prepare and direct the home page where it needs to go * -- GitLab