summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8d436d)
raw | patch | inline | side by side (parent: b8d436d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Oct 2009 13:57:33 +0000 (13:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Oct 2009 13:57:33 +0000 (13:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14446 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc b/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc
index 26175895ad85a0bc18173759e7ca20d966de96e4..a2bcc46484d1282c16c97f19da23aab85f13aecc 100644 (file)
{
if ($this->members_inherit_from_group) {
foreach ($this->member_dn as $dn) {
- $member_obj = new worktabs($this->config, $this->config->data['TABS']['WORKTABS'], $dn);
+ $member_obj = new worktabs($this->config, $this->config->data['TABS']['WORKTABS'], $dn, "workstation");
$member_obj->by_object['workgeneric']->set_everything_to_inherited();
$member_obj->save();
}