There's a typo in the action deriver:
$flags = [
'email_node' => 'node',
'email_term' => 'taxonomy_term',
'email_user' => 'user,' // Note the comma.
];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2835855-02.patch | 730 bytes | jhedstrom |
There's a typo in the action deriver:
$flags = [
'email_node' => 'node',
'email_term' => 'taxonomy_term',
'email_user' => 'user,' // Note the comma.
];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2835855-02.patch | 730 bytes | jhedstrom |
Comments
Comment #2
jhedstromComment #4
jhedstrom