From 6fad77f11ffc46b88b64325639c4654934cf2f66 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 14 Dec 2011 19:11:33 +0000 Subject: [PATCH] fixed postModify --- lam/lib/modules/posixAccount.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 9ee52e66..055b4b1e 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -47,8 +47,8 @@ class posixAccount extends baseModule implements passwordService { private $groups_orig; /* list of group of names that the user is member of */ - private $gonList; - private $gonList_orig; + private $gonList = array(); + private $gonList_orig = array(); private $lamdaemonServers = array(); private $groupCache = null;