From 71043b991caada0bb01a4ec1e204833b9c9f68e2 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 15 Dec 2006 07:49:11 +0000 Subject: #103281: Watchdog link in update.php was incorrect. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index c5d142b45..9a51a2230 100644 --- a/update.php +++ b/update.php @@ -515,7 +515,7 @@ function update_finished_page($success) { } else { $update = reset($_SESSION['update_remaining']); - $output = '

The update process was aborted prematurely while running update #'. $update['version'] .' in '. $update['module'] .'.module. All other errors have been logged. You may need to check the watchdog database table manually.

'; + $output = '

The update process was aborted prematurely while running update #'. $update['version'] .' in '. $update['module'] .'.module. All other errors have been logged. You may need to check the watchdog database table manually.

'; } if ($GLOBALS['access_check'] == FALSE) { -- cgit v1.2.3