Skip to content

Commit

Permalink
[Fix] function_exists in functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
idawnlight committed Oct 21, 2017
1 parent 7607ab1 commit 580d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require_once("lib/UACheck.php");
require_once("lib/pangu.php");

if (function_exists(error_reporting)) error_reporting(0);
if (function_exists(error_reporting())) error_reporting(0);

/**
* JavaScript 载入
Expand Down

0 comments on commit 580d360

Please sign in to comment.