Browse Source

errorhandler class was included twice

stekkel 19 năm trước cách đây
mục cha
commit
297df54abd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 */