forked from extern/egroupware
revert changes, as the double - is needed here; needs to be fixed elsewhere
This commit is contained in:
parent
354a2ac3e8
commit
bec6913567
@ -1831,7 +1831,7 @@ abstract class bo_merge
|
||||
);
|
||||
|
||||
// egw.open() used if only 1 row selected
|
||||
$action['egw_open'] = 'edit-mail-'.implode('&',$extra);
|
||||
$action['egw_open'] = 'edit-mail--'.implode('&',$extra);
|
||||
$action['target'] = 'compose_' .$file['path'];
|
||||
|
||||
// long_task runs menuaction once for each selected row
|
||||
|
Loading…
Reference in New Issue
Block a user