mirror of
https://github.com/moodle/moodle.git
synced 2025-07-27 09:20:36 +02:00
MDL-59709 mod_assign: Export to portfolio button not working
Changed the button to a text link
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user