errorhandler class was included twice
[squirrelmail.git] / src / signout.php
index 7a19b4e9e5864d6577f242c432ad236dc1fc6a97..55576058e743f66205c455b43d6ec10081642a4d 100644 (file)
@@ -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 */