From: hickert Date: Wed, 30 Nov 2005 13:27:30 +0000 (+0000) Subject: Fixed undefined index ForceMode X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e69acdd83d6356ed714dec516ced0e1c78270ab6;p=gosa.git Fixed undefined index ForceMode git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2158 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/class_groupGeneric.inc b/plugins/admin/groups/class_groupGeneric.inc index dbb3d7890..c8378315e 100644 --- a/plugins/admin/groups/class_groupGeneric.inc +++ b/plugins/admin/groups/class_groupGeneric.inc @@ -304,6 +304,8 @@ class group extends plugin } if ($this->force_gid != "1"){ $smarty->assign("forceMode", "disabled"); + }else{ + $smarty->assign("forceMode", ""); } $smarty->assign("force_gidACL", chkacl($this->acl, "gidNumber")); $smarty->assign("sambaDomainNameACL", chkacl($this->acl, "sambaDomainName"));