diff options
Diffstat (limited to 'modules/user/user.pages.inc')
-rw-r--r-- | modules/user/user.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 80e00ae49..cfe701530 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -18,7 +18,7 @@ function user_autocomplete($string = '') { } } - drupal_json($matches); + drupal_json_output($matches); } /** |