summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/errors.php b/errors.php
index f7333fd1a..d9185307a 100644
--- a/errors.php
+++ b/errors.php
@@ -34,6 +34,10 @@
$ERRORS[12] = __("SQL escaping test failed, check your database and PHP configuration");
+ $ERRORS[13] = __("Method not found");
+
+ $ERRORS[14] = __("Plugin not found");
+
if ($_REQUEST['mode'] == 'js') {
header("Content-Type: text/javascript; charset=UTF-8");