fixed postModify

This commit is contained in:
Roland Gruber 2011-12-14 19:11:33 +00:00
parent d24db1b645
commit 6fad77f11f
1 changed files with 2 additions and 2 deletions

View File

@ -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;