core/authorize.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/authorize.php b/core/authorize.php index a03eb8f..d033b7e 100644 --- a/core/authorize.php +++ b/core/authorize.php @@ -76,7 +76,7 @@ function authorize_access_allowed() { // Initialize the maintenance theme for this administrative script. drupal_maintenance_theme(); -$output = ''; +$content = []; $show_messages = TRUE; $response = new Response(); @@ -107,7 +107,6 @@ function authorize_access_allowed() { drupal_set_message($results['page_message']['message'], $results['page_message']['type']); } - $content = []; $content['authorize_report'] = array( '#theme' => 'authorize_report', '#messages' => $results['messages'],