summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-15 07:48:30 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-15 07:48:30 +0000
commit24e449b61a610461d539961361e78e0edbb25216 (patch)
tree1e57bc74f0f2c6291df5a5791dda5043b93ed9b4 /update.php
parent72f4e5d6e66164f270d77e7a180eb7d51a1e7dce (diff)
downloadbrdo-24e449b61a610461d539961361e78e0edbb25216.tar.gz
brdo-24e449b61a610461d539961361e78e0edbb25216.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 5489d2cad..c5d142b45 100644
--- a/update.php
+++ b/update.php
@@ -511,7 +511,7 @@ function update_finished_page($success) {
// Report end result
if ($success) {
- $output = '<p>Updates were attempted. If you see no failures below, you may proceed happily to the <a href="index.php?q=admin">administration pages</a>. Otherwise, you may need to update your database manually. All errors have been <a href="index.php?q=admin/logs">logged</a>.</p>';
+ $output = '<p>Updates were attempted. If you see no failures below, you may proceed happily to the <a href="index.php?q=admin">administration pages</a>. Otherwise, you may need to update your database manually. All errors have been <a href="index.php?q=admin/logs/watchdog">logged</a>.</p>';
}
else {
$update = reset($_SESSION['update_remaining']);