forked from extern/egroupware
* Filemanager - File a file dialog now opens in current directory instead of home directory
This commit is contained in:
parent
b2a8a2c12c
commit
0e70958f95
@ -1124,7 +1124,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