From 661135c742cc31bc0eece3bb669dad707d0aff66 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Nov 2010 16:33:08 +0300 Subject: unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php --- digest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digest.js') diff --git a/digest.js b/digest.js index 0bb1638a8..50d5e3116 100644 --- a/digest.js +++ b/digest.js @@ -719,7 +719,7 @@ function fatal_error(code, msg) { if (code == 6) { window.location.href = "digest.php"; } else if (code == 5) { - window.location.href = "update.php"; + window.location.href = "db-updater.php"; } else { if (msg == "") msg = "Unknown error"; -- cgit v1.2.3