mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
* Filemanager - File a file dialog now opens in current directory instead of home directory
This commit is contained in:
parent
ca52de5c36
commit
ed909669ee
@ -1113,7 +1113,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
{
|
||||
if (this.egw.user('apps').stylite)
|
||||
{
|
||||
this.egw.open_link('stylite.stylite_filemanager.upload', '_blank', '670x320');
|
||||
this.egw.open_link('/index.php?menuaction=stylite.stylite_filemanager.upload&path='+this.get_path(), '_blank', '670x320');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user