From: hickert Date: Fri, 19 Oct 2007 12:53:06 +0000 (+0000) Subject: Fixed ArpNewDevice post handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=03aa0e7f58a0f3c1a0a41c09c60ff1d70695c406;p=gosa.git Fixed ArpNewDevice post handling git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/ArpNewDevice.tpl b/plugins/admin/systems/ArpNewDevice.tpl index ae15569ef..3124b25a8 100644 --- a/plugins/admin/systems/ArpNewDevice.tpl +++ b/plugins/admin/systems/ArpNewDevice.tpl @@ -24,4 +24,4 @@ {$netconfig} - + diff --git a/plugins/admin/systems/tabs_arpnewdevice.inc b/plugins/admin/systems/tabs_arpnewdevice.inc index 40ab2eb50..f5d7f6830 100644 --- a/plugins/admin/systems/tabs_arpnewdevice.inc +++ b/plugins/admin/systems/tabs_arpnewdevice.inc @@ -10,6 +10,7 @@ class ArpNewDeviceTabs extends tabs function execute() { + tabs::execute(); return($this->by_object[$this->current]->execute()); } }