git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11945
7612ce4b-ef26-0410-bec9-
ea0150e637f0
require(SM_PATH . 'include/constants.php');
require(SM_PATH . 'include/languages.php');
require(SM_PATH . 'class/template/Template.class.php');
+require(SM_PATH . 'class/error.class.php');
/**
* If magic_quotes_runtime is on, SquirrelMail breaks in new and creative ways.
/**
* Initialize our custom error handler object
*/
-require(SM_PATH . 'class/error.class.php');
$oErrorHandler = new ErrorHandler($oTemplate,'error_message.tpl');
/**