Code

Removed debug output
[gosa.git] / gosa-core / setup / class_setupStep_Finish.inc
index 8a0afd56de508274218a30f8caaac852ba7e5e23..bb69bce6c7c370ecbf0f61787b60bae0fa02fd22 100644 (file)
@@ -43,7 +43,8 @@ class Step_Finish extends setup_step
   function get_conf_data()
   {
     $smarty = get_smarty();
-    $smarty->assign("cv",$this->parent->captured_values);
+    $smarty->assign("cv",xmlentities($this->parent->captured_values));
+    $smarty->assign("get_gosa_version",get_gosa_version());
     $str =  $smarty->fetch(CONFIG_TEMPLATE_DIR.$this->gosa_conf_contrib);
     return($str);
   }  
@@ -97,7 +98,7 @@ class Step_Finish extends setup_step
     $err_msg= "";
     
     if($exists && $this->is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){
-      $err_msg = _("Your configuration file is currently world readable. Please updated the file permissions!");
+      $err_msg = _("Your configuration file is currently world readable. Please update the file permissions!");
     }elseif(!$exists){
       $err_msg = _("The configuration is currently not readable or it does not exists.");
     }