Code

Fixed typo "ldapMultipelxer" class_plugin.inc
[gosa.git] / gosa-core / setup / class_setupStep_Config1.inc
index d418df8639fe6fb9a43d6c8efc1e2e4746dc3f99..1087b6a2b18af2da7ebc52cb32659aba184de84c 100644 (file)
@@ -87,7 +87,7 @@ class Step_Config1 extends setup_step
     $smarty->assign("pwd_rules",$this->pwd_rules);
     $smarty->assign("bool",array(FALSE => _("No"), TRUE => _("Yes")));
     foreach($this->attributes as $attr){
-      $smarty->assign($attr,xmlentities($this->$attr));
+      $smarty->assign($attr,$this->$attr);
     }
 
     /* !!! Attention strict is inverse. If you change this,