浏览代码

errorhandler class was included twice

stekkel 19 年之前
父节点
当前提交
297df54abd
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 */