forked from extern/egroupware
one globals fix
This commit is contained in:
parent
ddf22a95f5
commit
32a524a06b
@ -278,7 +278,7 @@
|
|||||||
|
|
||||||
$acl->save_repository();
|
$acl->save_repository();
|
||||||
|
|
||||||
$basedir = $phpgw_info['server']['files_dir'] . SEP . 'groups' . SEP;
|
$basedir = $GLOBALS['phpgw_info']['server']['files_dir'] . SEP . 'groups' . SEP;
|
||||||
$cd = 31;
|
$cd = 31;
|
||||||
umask(000);
|
umask(000);
|
||||||
if (! @mkdir ($basedir . $group_info['account_name'], 0707))
|
if (! @mkdir ($basedir . $group_info['account_name'], 0707))
|
||||||
|
Loading…
Reference in New Issue
Block a user