#103281: Watchdog link in update.php was incorrect.
parent
24e449b61a
commit
71043b991c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue