From 32e0556a7b0a35972db014f5fde8fa89741d2b51 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Mon, 28 Aug 2006 14:24:29 +0000 Subject: [PATCH] Correct error on logout git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11651 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/signout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/signout.php b/src/signout.php index 1cf9ff65..621f8b9a 100644 --- a/src/signout.php +++ b/src/signout.php @@ -65,7 +65,7 @@ if ( !isset($oTemplate) || !is_object($oTemplate) ) { } // The error handler object is probably also not initialized on a refresh -require(SM_PATH . 'class/error.class.php'); +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