mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fix ->typo<- that prevented the merge action on message/rfc822 in addressbook to function properly
This commit is contained in:
parent
601e2b3b73
commit
354a2ac3e8
@ -1831,7 +1831,7 @@ abstract class bo_merge
|
|||||||
);
|
);
|
||||||
|
|
||||||
// egw.open() used if only 1 row selected
|
// 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'];
|
$action['target'] = 'compose_' .$file['path'];
|
||||||
|
|
||||||
// long_task runs menuaction once for each selected row
|
// long_task runs menuaction once for each selected row
|
||||||
|
Loading…
Reference in New Issue
Block a user