summaryrefslogtreecommitdiff
path: root/modules/update/update.authorize.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.authorize.inc')
-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');
}
/**