summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors.php b/errors.php
index bd7b53fe4..b2e0841a3 100644
--- a/errors.php
+++ b/errors.php
@@ -12,7 +12,7 @@
$ERRORS[4] = __("Frontend sanity check failed.");
- $ERRORS[5] = __("Incorrect database schema version. <a href='update.php'>Please update</a>.");
+ $ERRORS[5] = __("Incorrect database schema version. <a href='db-updater.php'>Please update</a>.");
$ERRORS[6] = __("Request not authorized.");