mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-12 19:14:10 +01:00
filemanager: JavaScript IE8Compat myStylite Ticket#835 Send filemanager entry by mail
This commit is contained in:
parent
ed68774f22
commit
126c121210
@ -301,7 +301,7 @@ class filemanager_ui
|
||||
function open_mail(attachments)
|
||||
{
|
||||
var link = '".egw::link('/index.php',array('menuaction' => 'felamimail.uicompose.compose'))."';
|
||||
|
||||
var i = 0;
|
||||
if (!(attachments instanceof Array)) attachments = [ attachments ];
|
||||
|
||||
for(i=0; i < attachments.length; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user