Skip to content

Commit

Permalink
"MDL-13766,fixed argument"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed May 4, 2010
1 parent 83fc999 commit 9a6606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/form/filemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ M.form_filemanager.init = function(Y, options) {
var filepath = '';
if (fileinfo.type == 'folder') {
params.filename = '.';
params.filepath = fileinfo.fullname;
params.filepath = fileinfo.filepath;
} else {
params.filename = fileinfo.fullname;
}
Expand Down

0 comments on commit 9a6606b

Please sign in to comment.