改进异常模板 和 修正 重复的页面trace输出

This commit is contained in:
thinkphp
2016-05-10 11:20:11 +08:00
parent 16355d9aca
commit 054af31455
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,6 @@ class Error
self::output($exception, $data);
}
Log::save();
// 禁止往下传播已处理过的异常
return true;
}