Skip to content

Commit

Permalink
Issue #2381949 by axel.rutz: Tokens make message type form unusable, f…
Browse files Browse the repository at this point in the history
…ixes Gizra#153
  • Loading branch information
geek-merlin committed Nov 4, 2016
1 parent 47a3d31 commit 7e5f3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/message.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ function message_type_form($form, &$form_state, $message_type, $op = 'edit') {
if (module_exists('token')) {
$form['token_tree'] = array(
'#theme' => 'token_tree',
'#dialog' => TRUE,
'#token_types' => $token_types + array('all'),
);

Expand Down

0 comments on commit 7e5f3f9

Please sign in to comment.