Code

allow special chars in device names
[gosa.git] / plugins / admin / systems / class_glpiAccount.inc
index 258499ff27c7d3c55650839148260a06bf4d2156..4323dfa7d439da9fadc91d88e5cc996878b6958f 100644 (file)
@@ -124,7 +124,7 @@ class glpiAccount extends plugin
         To avoid undefined indexes, if there is an error with the glpi db
      */ 
     foreach(array("SystemTypes","SystemTypeKeys","Manufacturers",
-                  "OSs","TechnicalResponsibles","InstalledDevices","Attachments",
+                  "OSs","TechnicalResponsibles","InstalledDevices","Attachments","AttachmentKeys",
                   "OSKeys","OSs","ManufacturerKeys","InstalledDeviceKeys") as $attr){
       $smarty->assign($attr,array());
       $smarty->assign($attr."ACL"," disabled ");