From 63536b1c723c6ce8d7de76183fd9f917ddb3cb44 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 13 Jul 2007 07:40:56 +0000 Subject: [PATCH] Added missing post check for inherit everything. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6856 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index 294f8e537..1c0cb6c77 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -401,7 +401,10 @@ class workgeneric extends plugin $this->inheritTimeServer = false; } } - + + if(isset($_POST["inheritAll"])){ + $this->set_everything_to_inherited(); + } } -- 2.30.2