summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c4d4ca)
raw | patch | inline | side by side (parent: 3c4d4ca)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 Apr 2007 07:48:58 +0000 (07:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 Apr 2007 07:48:58 +0000 (07:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6043 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setup.inc | patch | blob | history |
diff --git a/setup/class_setup.inc b/setup/class_setup.inc
index c99eb17e81581b60964152afc9aedd33e7281e3e..fd15d27694e6fe86d7f93f1456e9051b61fe89c2 100644 (file)
--- a/setup/class_setup.inc
+++ b/setup/class_setup.inc
}
/* 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 */