diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 5dbabe8aa..55e93eb92 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1803,7 +1803,7 @@ function user_view($account) { * @return * A structured array containing the individual elements of the profile. */ -function user_build_content($account) { +function user_build_content(&$account) { $edit = NULL; user_module_invoke('view', $edit, $account); // Allow modules to modify the fully-built profile. |