Code

Execute parents execute() method child classes of plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 09:03:45 +0000 (09:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 09:03:45 +0000 (09:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16428 594d385d-05f5-0310-b6e9-bd551577e9d8

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']);