From 38eb7bce1af8a569335de892f6b45c77e20774b5 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 13 Apr 2007 07:48:58 +0000 Subject: [PATCH] Fixed confusing menu mechanism git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6043 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/class_setup.inc b/setup/class_setup.inc index c99eb17e8..fd15d2769 100644 --- a/setup/class_setup.inc +++ b/setup/class_setup.inc @@ -92,7 +92,7 @@ class setup } /* Check if step was selected */ - if(isset($_GET['step']) || isset($_POST['next']) || isset($_POST['last']) || isset($_POST['setup_goto_step'])){ + if(isset($_GET['step']) || isset($_POST['next']) || isset($_POST['last'])){ /* check if current setup step is completed now and activate the next step if possible */ -- 2.30.2