summaryrefslogtreecommitdiff
path: root/modules/user/user.tokens.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.tokens.inc')
-rw-r--r--modules/user/user.tokens.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.tokens.inc b/modules/user/user.tokens.inc
index 569dd1cef..d6fe22d37 100644
--- a/modules/user/user.tokens.inc
+++ b/modules/user/user.tokens.inc
@@ -54,7 +54,7 @@ function user_token_info() {
);
return array(
- 'types' => array('user' => $types),
+ 'types' => $types,
'tokens' => array('user' => $user),
);
}