Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message_compose hook is broken #4474

Closed
rcubetrac opened this issue Feb 17, 2014 · 2 comments
Closed

message_compose hook is broken #4474

rcubetrac opened this issue Feb 17, 2014 · 2 comments

Comments

@rcubetrac
Copy link

Reported by rosali on 17 Feb 2014 14:01 UTC as Trac ticket #1489627

Attachment adding by hook fails.

Reason (./program/steps/compose.inc.php):
Line 65

if (is_array($plugin['attachments'])) {

$plugin is not assigned.

Possible fix (return $plugin by function rcmail_process_compose_params):
After line 500

return $plugin;

Line 64

$plugin = rcmail_process_compose_params($COMPOSE);

Migrated-From: http://trac.roundcube.net/ticket/1489627

@rcubetrac
Copy link
Author

Comment by @alecpl on 17 Feb 2014 16:40 UTC

Fixed in 37b9e02.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 17 Feb 2014 16:40 UTC

new => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant