Actually return the array of errors...

This commit is contained in:
wn_ 2020-12-18 07:53:07 -06:00
parent e48beee7fc
commit 12435b223e
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
$ERRORS[14] = __("Plugin not found");
$ERRORS[15] = __("Encoding data as JSON failed");
return $ERRORS;
}
if ($_REQUEST['mode'] == 'js') {