From 3eb89072a6daad0f3eb43e6ed667866fe3a96cf9 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Fri, 30 Apr 2010 18:26:26 +0000 Subject: [PATCH] Get rid of a warning for using an uninitialized variable. git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@67 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/all/themes/unl_wdn/template.php b/sites/all/themes/unl_wdn/template.php index c79c56790..27b58b0e5 100644 --- a/sites/all/themes/unl_wdn/template.php +++ b/sites/all/themes/unl_wdn/template.php @@ -128,6 +128,7 @@ function unl_wdn_menu_local_task($variables) function unl_wdn_status_messages($display) { + $output = ''; foreach (drupal_get_messages($display) as $type => $messages) { $output .= '<div>' . PHP_EOL; if (count($messages) > 1) { -- GitLab