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
integration
prechecker
Commits
7dfc9ea6
Commit
7dfc9ea6
authored
Oct 26, 2017
by
Damyon Wiese
Browse files
Merge branch 'wip-MDL-60390-fix' of
https://github.com/marinaglancy/moodle
parents
b799cde8
69e89f4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/tool/messageinbound/classes/manager.php
View file @
7dfc9ea6
...
...
@@ -584,10 +584,10 @@ class manager {
'usestream'
=>
true
,
));
if
(
$part
==
=
$plainpartid
)
{
if
(
$part
==
$plainpartid
)
{
$contentplain
=
$this
->
process_message_part_body
(
$messagedata
,
$partdata
,
$part
);
}
else
if
(
$part
==
=
$htmlpartid
)
{
}
else
if
(
$part
==
$htmlpartid
)
{
$contenthtml
=
$this
->
process_message_part_body
(
$messagedata
,
$partdata
,
$part
);
}
else
if
(
$filename
=
$partdata
->
getName
(
$part
))
{
...
...
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