From 2ada477cf78c64005106e05e57af9de634e79bca Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 2 Apr 2013 01:28:38 +0200 Subject: [PATCH] Fixed documentation issue --- .../files/lib/system/session/ACPSessionFactory.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/session/ACPSessionFactory.class.php b/wcfsetup/install/files/lib/system/session/ACPSessionFactory.class.php index 907e5814d1..e0b7774524 100644 --- a/wcfsetup/install/files/lib/system/session/ACPSessionFactory.class.php +++ b/wcfsetup/install/files/lib/system/session/ACPSessionFactory.class.php @@ -27,14 +27,14 @@ class ACPSessionFactory { $sessionID = $this->readSessionID(); SessionHandler::getInstance()->load($this->sessionEditor, $sessionID); - // call shouldInit event + // call beforeInit event if (!defined('NO_IMPORTS')) { EventHandler::getInstance()->fireAction($this, 'beforeInit'); } $this->init(); - // call didInit event + // call afterInit event if (!defined('NO_IMPORTS')) { EventHandler::getInstance()->fireAction($this, 'afterInit'); } -- 2.20.1