mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-2563-Mensajes-de-la-API' into 'develop'
Ent 2563 mensajes de la api Closes pandora_enterprise#2563 See merge request artica/pandorafms!3784
This commit is contained in:
commit
7a85d0aee4
@ -1788,7 +1788,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;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user