mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-59709_master' of https://github.com/marcusfabriczy/moodle
This commit is contained in:
commit
3e882c418b
1 changed files with 1 additions and 1 deletions
|
@ -3181,7 +3181,7 @@ class assign {
|
|||
} else {
|
||||
$button->set_formats(PORTFOLIO_FORMAT_PLAINHTML);
|
||||
}
|
||||
$result .= $button->to_html();
|
||||
$result .= $button->to_html(PORTFOLIO_ADD_TEXT_LINK);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue