Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
8d5092cd
Commit
8d5092cd
authored
Sep 15, 2015
by
Andrew Nicols
Browse files
Merge branch 'MDL-51290-28' of
git://github.com/cameron1729/moodle
into MOODLE_28_STABLE
parents
c87b932f
eddc63f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/editlib.php
View file @
8d5092cd
...
...
@@ -269,6 +269,7 @@ function useredit_shared_definition(&$mform, $editoroptions = null, $filemanager
if
(
empty
(
$USER
->
newadminuser
))
{
$mform
->
addElement
(
'header'
,
'moodle_picture'
,
get_string
(
'pictureofuser'
));
$mform
->
setExpanded
(
'moodle_picture'
,
true
);
if
(
!
empty
(
$CFG
->
enablegravatar
))
{
$mform
->
addElement
(
'html'
,
html_writer
::
tag
(
'p'
,
get_string
(
'gravatarenabled'
)));
...
...
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