Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
010e2216
Commit
010e2216
authored
Jan 30, 2017
by
Dan Poltawski
Browse files
Merge branch 'wip-MDL-57782-master' of
git://github.com/marinaglancy/moodle
parents
b040b523
bbf401be
Changes
1
Hide whitespace changes
Inline
Side-by-side
enrol/self/lib.php
View file @
010e2216
...
...
@@ -173,7 +173,7 @@ class enrol_self_plugin extends enrol_plugin {
}
}
// Send welcome message.
if
(
$instance
->
customint4
!=
=
ENROL_DO_NOT_SEND_EMAIL
)
{
if
(
$instance
->
customint4
!=
ENROL_DO_NOT_SEND_EMAIL
)
{
$this
->
email_welcome_message
(
$instance
,
$USER
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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