mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 01:19:40 +01:00
fix #524
This commit is contained in:
parent
cca53464df
commit
325f0e3486
@ -229,10 +229,10 @@ class Typecho_Common
|
||||
* 异常截获函数
|
||||
*
|
||||
* @access public
|
||||
* @param Exception $exception 截获的异常
|
||||
* @param $exception 截获的异常
|
||||
* @return void
|
||||
*/
|
||||
public static function exceptionHandle(Exception $exception)
|
||||
public static function exceptionHandle($exception)
|
||||
{
|
||||
@ob_end_clean();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user