diff options
Diffstat (limited to 'modules/user/user.module')
-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 1af5f6de9..7661c37e3 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -40,7 +40,7 @@ function user_theme() { 'template' => 'user-picture', ), 'user_profile' => array( - 'arguments' => array('account' => NULL), + 'arguments' => array('elements' => NULL), 'template' => 'user-profile', 'file' => 'user.pages.inc', ), |