* Filemanager - File a file dialog now opens in current directory instead of home directory

This commit is contained in:
nathangray 2017-04-12 08:52:16 -06:00
parent b2a8a2c12c
commit 0e70958f95

View File

@ -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
{