Skip to content

Commit 580d360

Browse files
committed
[Fix] function_exists in functions.php
1 parent 7607ab1 commit 580d360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_once("lib/UACheck.php");
66
require_once("lib/pangu.php");
77

8-
if (function_exists(error_reporting)) error_reporting(0);
8+
if (function_exists(error_reporting())) error_reporting(0);
99

1010
/**
1111
* JavaScript 载入

0 commit comments

Comments
 (0)