From fe80f41d3fc122e49cf33f007452118c487716ac Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 13 Feb 2010 05:00:10 +0000 Subject: [PATCH] fixed typo in previous commit: problem pointed out by Nahuel Grisolia --- setup/inc/class.setup.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/inc/class.setup.inc.php b/setup/inc/class.setup.inc.php index 1b7933174e..14e3c89a17 100644 --- a/setup/inc/class.setup.inc.php +++ b/setup/inc/class.setup.inc.php @@ -223,7 +223,6 @@ class setup #phpinfo(); $FormLogout = get_var('FormLogout', array('GET','POST')); $ConfigLang = self::get_lang(); - if (!preg_match('/^[')) if(!$FormLogout) { $ConfigLogin = get_var('ConfigLogin', array('POST'));