diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-09 16:33:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-09 16:33:08 +0300 |
| commit | 661135c742cc31bc0eece3bb669dad707d0aff66 (patch) | |
| tree | 8656af87b9ddb003942083d3233abb36090fba1d /errors.php | |
| parent | e75df19d5061bde98acdb1fcca7b8471097c6d92 (diff) | |
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php
Diffstat (limited to 'errors.php')
| -rw-r--r-- | errors.php | 2 |
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."); |