MDL-59709 mod_assign: Export to portfolio button not working

Changed the button to a text link
This commit is contained in:
Marcus Fabriczy
2017-12-10 13:49:16 +10:30
parent 1402bb28bc
commit 78c66df3e5
+1 -1
View File
@@ -3045,7 +3045,7 @@ class assign {
} else {
$button->set_formats(PORTFOLIO_FORMAT_PLAINHTML);
}
$result .= $button->to_html();
$result .= $button->to_html(PORTFOLIO_ADD_TEXT_LINK);
}
return $result;
}