From: psc Date: Mon, 15 Jun 2009 09:40:18 +0000 (+0000) Subject: Followup commit for #2644 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e7ca0dfac9d1ebde054688ffd4094485c8c9eaea;p=gosa.git Followup commit for #2644 Clear FAI class list if FAI mirror has been set to inherited git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13718 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 665f3348a..06a0ed765 100644 --- a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -721,6 +721,11 @@ class workstartup extends plugin } } + /* Clear FAI class list if FAI mirror has been set to inherited */ + if($this->FAIdebianMirror == "inherited"){ + $this->FAIclass =array(); + } + if(isset($_POST['WorkstationStarttabPosted'])){ if(isset($_POST['gotoLdap_inherit'])){ $this->gotoLdap_inherit = TRUE;