Code

Added some checks to attributes collected by setup.
[gosa.git] / setup / class_setupStep8.inc
index 14d5600a1305b17f6fd4ca7043277f06a0000178..822940453d043f7fe692f7fd8747538fdfab2050 100644 (file)
@@ -28,6 +28,12 @@ class setup_step_8 extends setup_step
   var $last_backup_name = "";
 
   function setup_step_8()
+  {
+    $this->update_strings();
+  }
+
+  
+  function update_strings()
   {
     $this->s_title      = _("Configuration file");
     $this->s_info       = _("In this step the configuration file will be created.");