add link to schema updater from errormsg 5
This commit is contained in:
parent
fecd57c886
commit
8dc062e527
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
$ERRORS[4] = _("Frontend sanity check failed.");
|
$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.");
|
$ERRORS[6] = _("Request not authorized.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue