Browse Source

errorhandler class was included twice

stekkel 19 years ago
parent
commit
297df54abd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/signout.php

+ 0 - 1
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 */