Code

Add type attribute to CopyPasteVars (#5601)
[gosa.git] / trunk / gosa-plugins / goto / admin / devices / class_deviceGeneric.inc
index 3f5364e1eaa434f759f645d363ffaba8897f5a56..9ee0295019e24998f9e49b1adce88a71071a0f62 100644 (file)
@@ -18,7 +18,7 @@ class deviceGeneric extends plugin
   public $attributes      = array("cn","description","devID","serial","vendor", "type");
   public $objectclasses   = array("top","gotoDevice");
 
-  public $CopyPasteVars   = array("orig_cn","description","vendor","devID","serial","base");
+  public $CopyPasteVars   = array("orig_cn","description","vendor","devID","serial","base", "type");
 
   public function deviceGeneric(&$config,$dn = NULL)
   {