mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
groups directory was searched for at the wrong place
This commit is contained in:
parent
e2f0aa6f81
commit
cb5fa5c77e
@ -71,8 +71,7 @@
|
||||
|
||||
$sep = $phpgw->common->filesystem_sepeartor();
|
||||
|
||||
$basedir = $phpgw_info["server"]["server_root"] . $sep . "filemanager" . $sep
|
||||
. "groups" . $sep;
|
||||
$basedir = $phpgw_info["server"]["files_dir"] . $sep . "groups" . $sep;
|
||||
|
||||
if (! @rmdir($basedir . $group_name)) {
|
||||
$cd = 38;
|
||||
|
Loading…
Reference in New Issue
Block a user