From 47768bfaa5faca5bcc84f0c08f6220007804c994 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 24 Nov 2010 18:14:25 +0000 Subject: #602484 by rschwab: Fix the report page when authorize.php completes an update manager operation. --- modules/update/update.authorize.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/update') 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'); } /** -- cgit v1.2.3