#735354 by Dave Reid: Don't nest User token types.

merge-requests/26/head
Angie Byron 2010-03-07 23:18:06 +00:00
parent 47371be0a5
commit 58e98669a0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function user_token_info() {
);
return array(
'types' => array('user' => $types),
'types' => $types,
'tokens' => array('user' => $user),
);
}