Code

Updated setup step finish
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 May 2010 08:26:15 +0000 (08:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 May 2010 08:26:15 +0000 (08:26 +0000)
-Forward to login page after last setup step has finished

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18759 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/class_setup.inc

index bf050d5945d4017b8ea6ccc2cb52f3e87662a9d3..66068b142b6e398e4abf8b653d17455aebc41c29 100644 (file)
@@ -235,9 +235,7 @@ class setup
                 $str .= "&nbsp;<button type='submit' name='test'>"._("Check again")."</button>";
             }
 
-            if(isset($this->o_steps[$this->i_current +1])){
-                $str .= "&nbsp;<button type='submit' name='next'>"._("Next")."</button>";
-            }
+            $str .= "&nbsp;<button type='submit' name='next'>"._("Next")."</button>";
             $str .="</div>";
         }
         return($str);