From: hickert Date: Fri, 13 Apr 2007 07:48:58 +0000 (+0000) Subject: Fixed confusing menu mechanism X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=38eb7bce1af8a569335de892f6b45c77e20774b5;p=gosa.git Fixed confusing menu mechanism git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6043 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 */