Modified line for solve linter error
This commit is contained in:
parent
5a837c9aaa
commit
93a4d92a72
|
@ -1798,7 +1798,7 @@ function is_ajax()
|
|||
*/
|
||||
function is_error($code)
|
||||
{
|
||||
if ($code !== true and ($code <= ERR_GENERIC || $code === false)) {
|
||||
if ($code !== true && ($code <= ERR_GENERIC || $code === false)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue