summaryrefslogtreecommitdiff
path: root/modules/update
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 /modules/update
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 'modules/update')
-rw-r--r--modules/update/update.authorize.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/update/update.authorize.inc b/modules/update/update.authorize.inc
index fbbc31ca7..c1e9c9244 100644
--- a/modules/update/update.authorize.inc
+++ b/modules/update/update.authorize.inc
@@ -265,6 +265,7 @@ function update_authorize_install_batch_finished($success, $results) {
$_SESSION['authorize_results']['page_message'] = $page_message;
$_SESSION['authorize_results']['messages'] = $results['log'];
$_SESSION['authorize_results']['tasks'] = $results['tasks'];
+ $_SESSION['authorize_operation']['page_title'] = t('Drupal Update Manager');
}
/**