diff --git a/token.module b/token.module index 269f376..217521f 100644 --- a/token.module +++ b/token.module @@ -532,7 +532,7 @@ function token_get_info($token_type = NULL, $token = NULL) { // Pre-sort tokens. uasort($token_info['types'], 'token_asort_tokens'); foreach (array_keys($token_info['tokens']) as $type) { - uasort($token_info['tokens'][$type], 'token_asort_tokens'); + @uasort($token_info['tokens'][$type], 'token_asort_tokens'); } // Store info in cache for future use.