X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Fsystems%2Fclass_workstationService.inc;h=5b1a43e1abd56d7be362451e23caef5e01dc6b5c;hb=a7cf1f8c18a11db03b83298543490e280136e855;hp=23698cf61a870110bb751d866d9595e1f26b1f1c;hpb=7f7f21906eb6121c29823abbf96461733d642509;p=gosa.git diff --git a/gosa-core/plugins/admin/systems/class_workstationService.inc b/gosa-core/plugins/admin/systems/class_workstationService.inc index 23698cf61..5b1a43e1a 100644 --- a/gosa-core/plugins/admin/systems/class_workstationService.inc +++ b/gosa-core/plugins/admin/systems/class_workstationService.inc @@ -222,7 +222,8 @@ class workservice extends plugin } /* Workaround to fill in inherited values if we've specified an objectclass */ - if (isset($_SESSION['SelectedSystemType']['ogroup']) && $_SESSION['SelectedSystemType']['ogroup'] != 'none'){ + $SelectedSystemType = session::get("SelectedSystemType"); + if (isset($SelectedSystemType['ogroup']) && $SelectedSystemType['ogroup'] != 'none'){ $this->XResolutions= array('default' => _("inherited")); $this->XColordepths= array('default' => _("inherited")); $this->XKbModels= array('default' => _("inherited"));