summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2020-12-18 07:53:07 -0600
committerwn_ <[email protected]>2020-12-18 07:53:07 -0600
commit12435b223e6477f6f53bb6bca9f2a3d61380062f (patch)
treed3c6dd9f65394de29fff63781547b9043c8fa1ed /errors.php
parente48beee7fc2de2bec9202b1de5ef18c4e0d29d58 (diff)
Actually return the array of errors...
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index 68164974b..b4d5f0d67 100644
--- a/errors.php
+++ b/errors.php
@@ -40,6 +40,8 @@
$ERRORS[14] = __("Plugin not found");
$ERRORS[15] = __("Encoding data as JSON failed");
+
+ return $ERRORS;
}
if ($_REQUEST['mode'] == 'js') {