Code

Fixed images in FAI list
[gosa.git] / gosa-plugins / goto / admin / systems / goto / class_ArpNewDevice.inc
index 534eb44ce70761980e6caf0d9bb7eb4ae0ca0df2..3baf79da5cf7895aa8b61a9d5273ac4777c304c4 100644 (file)
@@ -43,6 +43,8 @@ class ArpNewDevice extends plugin
 
   function execute()
   {
+    plugin::execute();
+
     /* Get object groups */
     $ldap = $this->config->get_ldap_link();
     $ldap->cd ($this->config->current['BASE']);