From a47643cb091a363514f8589f548338ec40eadbc4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 20 Jul 2007 05:40:14 +0000 Subject: [PATCH] - Patch #160732 by JohnAlbin: fixed E_NOTICE in the installer. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 02b822a47b3..cc8b3199b6e 100644 --- a/install.php +++ b/install.php @@ -523,7 +523,7 @@ function install_select_locale($profilename) { $output .= ''; } else { - $output .= ''; + $output = ''; } print theme('install_page', $output); exit;