From 03aa0e7f58a0f3c1a0a41c09c60ff1d70695c406 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 19 Oct 2007 12:53:06 +0000 Subject: [PATCH] Fixed ArpNewDevice post handling git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/ArpNewDevice.tpl | 2 +- plugins/admin/systems/tabs_arpnewdevice.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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()); } } -- 2.30.2