From: stekkel Date: Mon, 9 Oct 2006 19:23:48 +0000 (+0000) Subject: errorhandler class was included twice X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5049218e0ffd062bc72c44483740a23b2f261464;p=squirrelmail.git errorhandler class was included twice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11886 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/signout.php b/src/signout.php index 7a19b4e9..55576058 100644 --- a/src/signout.php +++ b/src/signout.php @@ -62,7 +62,6 @@ if ( !isset($oTemplate) || !is_object($oTemplate) ) { } // The error handler object is probably also not initialized on a refresh -require_once(SM_PATH . 'class/error.class.php'); $oErrorHandler = new ErrorHandler($oTemplate,'error_message.tpl'); /* internal gettext functions will fail, if language is not set */