* 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 ca52de5c36
commit ed909669ee

View File

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