浏览代码

Log the previous exception during hard failure

* otherwise the exception that was caused by the template is logged

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v15.0.0beta1
Morris Jobke 5 年前
父节点
当前提交
affdb0e4d1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      index.php

+ 1
- 1
index.php 查看文件

@@ -78,7 +78,7 @@ try {
print("Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.\n");
print("More details can be found in the webserver log.\n");

throw $e;
throw $ex;
}
OC_Template::printExceptionErrorPage($ex, 500);
}

正在加载...
取消
保存