summaryrefslogtreecommitdiff
path: root/authorize.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-24 18:14:25 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-24 18:14:25 +0000
commit47768bfaa5faca5bcc84f0c08f6220007804c994 (patch)
tree9b25fe56b329586fef1906ff5fc2de8893937ab8 /authorize.php
parenta66344453bcb01042abdf4f09f5ca663ec99d80d (diff)
downloadbrdo-47768bfaa5faca5bcc84f0c08f6220007804c994.tar.gz
brdo-47768bfaa5faca5bcc84f0c08f6220007804c994.tar.bz2
#602484 by rschwab: Fix the report page when authorize.php completes an update manager operation.
Diffstat (limited to 'authorize.php')
-rw-r--r--authorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php
index eb9a753a5..e04f14f4a 100644
--- a/authorize.php
+++ b/authorize.php
@@ -146,7 +146,7 @@ if (authorize_access_allowed()) {
l(t('Front page'), '<front>'),
));
- $output .= theme('item_list', array('items' => $links));
+ $output .= theme('item_list', array('items' => $links, 'title' => t('Next steps')));
}
// If a batch is running, let it run.
elseif (isset($_GET['batch'])) {