#103281: Watchdog link in update.php was incorrect.

5.x
Steven Wittens 2006-12-15 07:49:11 +00:00
parent 24e449b61a
commit 71043b991c
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ function update_finished_page($success) {
}
else {
$update = reset($_SESSION['update_remaining']);
$output = '<p class="error">The update process was aborted prematurely while running <strong>update #'. $update['version'] .' in '. $update['module'] .'.module</strong>. All other errors have been <a href="index.php?q=admin/logs">logged</a>. You may need to check the <code>watchdog</code> database table manually.</p>';
$output = '<p class="error">The update process was aborted prematurely while running <strong>update #'. $update['version'] .' in '. $update['module'] .'.module</strong>. All other errors have been <a href="index.php?q=admin/logs/watchdog">logged</a>. You may need to check the <code>watchdog</code> database table manually.</p>';
}
if ($GLOBALS['access_check'] == FALSE) {