From: hickert Date: Fri, 13 Jul 2007 07:40:56 +0000 (+0000) Subject: Added missing post check for inherit everything. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63536b1c723c6ce8d7de76183fd9f917ddb3cb44;p=gosa.git Added missing post check for inherit everything. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6856 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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(); + } }