Code

Updated layout
[gosa.git] / setup / class_setup.inc
index 84c21be3dcc2761cc5e6f8809593dad4fb4eec4f..fabac97a9ef526c2198f9767d737ab23e6794079 100644 (file)
@@ -59,6 +59,12 @@ class setup
 
   function execute()
   {
+    /* display step error msgs */
+    $msgs = $this->o_steps[$this->i_current]->check();
+    foreach($msgs as $msg){
+      print_red($msg);
+    }
+
     $this->o_steps[$this->i_last]->set_active(FALSE);
     $this->o_steps[$this->i_current]->set_active();
     $content = $this->o_steps[$this->i_current]->execute();