Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b0493c00
Commit
b0493c00
authored
Sep 05, 2007
by
Dries
Browse files
- Patch
#173303
by dvessel: fixed E_NOTICE.
parent
eb5e19f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/profile/profile.module
View file @
b0493c00
...
...
@@ -166,7 +166,7 @@ function profile_block($op = 'list', $delta = 0, $edit = array()) {
}
}
if
(
$fields
)
{
if
(
!
empty
(
$fields
)
)
{
$profile
=
_profile_update_user_fields
(
$fields
,
$account
);
$output
.
=
theme
(
'profile_block'
,
$account
,
$profile
,
TRUE
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment