mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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)
|
function is_error($code)
|
||||||
{
|
{
|
||||||
if ($code !== true and ($code <= ERR_GENERIC || $code === false)) {
|
if ($code !== true && ($code <= ERR_GENERIC || $code === false)) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user