From d091e2150c2edf2c6f8c58e0d017753d5ee788d8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 16 Sep 2014 18:43:14 +0200 Subject: [PATCH] Fix `ActionController::prepareInit()' php doc --- library/Icinga/Web/Controller/ActionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index 80d809804..081e4be54 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -101,7 +101,7 @@ class ActionController extends Zend_Controller_Action * As it should not be required for controllers to call the parent's init() method, base controllers should use * prepareInit() in order to prepare the controller initialization. * - * @see \Zend_Controller_Action()::init() For the controller initialization method. + * @see \Zend_Controller_Action::init() For the controller initialization method. */ protected function prepareInit() {