summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
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',
),