Fix old reference to felamimail

This commit is contained in:
Nathan Gray 2014-01-15 15:13:02 +00:00
parent 63b92d2939
commit 4239ab815a

View File

@ -162,7 +162,7 @@ app.classes.filemanager = AppJS.extend(
{ {
params['preset[file]['+i+']'] = 'vfs://default'+attachments[i]; params['preset[file]['+i+']'] = 'vfs://default'+attachments[i];
} }
egw.open('', 'felamimail', 'add', params); egw.open('', 'mail', 'add', params);
}, },
/** /**