summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-24 17:47:59 +0100
committerAndrew Dolgov <[email protected]>2007-02-24 17:47:59 +0100
commit8dc062e5274e6dd23972f2f1470ec8447c90ccfc (patch)
tree89fc8dda382204fb7af69681821df46672e2391a /errors.php
parentfecd57c8861ebf5d213e1e85581ae4fc88ee0407 (diff)
add link to schema updater from errormsg 5
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 6e252ba08..967bb4e33 100644
--- a/errors.php
+++ b/errors.php
@@ -11,7 +11,7 @@
$ERRORS[4] = _("Frontend sanity check failed.");
- $ERRORS[5] = _("Incorrect database schema version.");
+ $ERRORS[5] = _("Incorrect database schema version. <a href='update.php'>Please update</a>.");
$ERRORS[6] = _("Request not authorized.");