Procházet zdrojové kódy

errorhandler class was included twice

stekkel před 19 roky
rodič
revize
297df54abd
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
 // 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');
 $oErrorHandler = new ErrorHandler($oTemplate,'error_message.tpl');
 
 
 /* internal gettext functions will fail, if language is not set */
 /* internal gettext functions will fail, if language is not set */