From 5049218e0ffd062bc72c44483740a23b2f261464 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 9 Oct 2006 19:23:48 +0000 Subject: [PATCH] errorhandler class was included twice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11886 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/signout.php | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.25.1