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-19 13:29:48 +13:00
committed by Jun Pataleta
parent 21c63124ab
commit 18c838f586
+1 -1
View File
@@ -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;
}