summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-15 07:49:11 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-15 07:49:11 +0000
commit71043b991caada0bb01a4ec1e204833b9c9f68e2 (patch)
tree126fa0030373143b0a476038d2a28469890249b4 /update.php
parent24e449b61a610461d539961361e78e0edbb25216 (diff)
downloadbrdo-71043b991caada0bb01a4ec1e204833b9c9f68e2.tar.gz
brdo-71043b991caada0bb01a4ec1e204833b9c9f68e2.tar.bz2
#103281: Watchdog link in update.php was incorrect.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
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 = '<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) {