mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
on group creation the files directory tried to be created in "filemanager/groups/"
instead of in "files/groups/"
This commit is contained in:
parent
7188061d3f
commit
e2f0aa6f81
@ -51,8 +51,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;
|
||||
|
||||
$cd = 31;
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
[08--2000] - Added print icon that allows you to print out a page without having the navbar.
|
||||
Thanks Sam Wynn Jr <sam.wynn@lmco.com>
|
||||
- on group creation the files directory tried to be created in
|
||||
"filemanager/groups/" instead of in "files/groups/" - fixed.
|
||||
|
||||
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
|
||||
properly
|
||||
|
Loading…
Reference in New Issue
Block a user