summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 19:45:26 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 19:45:26 +0400
commitf240d26e46f028f0b80d8a19760533ce722c84c4 (patch)
tree9b03b06da3b3241239e97c3f6c87fa29514ca3db /plugins
parentb4c47f7e7b4c8220e07115f27c373df20503d576 (diff)
move db-updater functionality to public, remove db-updater.php
Diffstat (limited to 'plugins')
-rw-r--r--plugins/digest/digest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/digest/digest.js b/plugins/digest/digest.js
index 5815e60e5..e3cb1e299 100644
--- a/plugins/digest/digest.js
+++ b/plugins/digest/digest.js
@@ -772,7 +772,7 @@ function fatal_error(code, msg) {
if (code == 6) {
window.location.href = "digest.php";
} else if (code == 5) {
- window.location.href = "db-updater.php";
+ window.location.href = "public.php?op=dbupdate";
} else {
if (msg == "") msg = "Unknown error";