MDL-59709 mod_assign: Export to portfolio button not working
Changed the button to a text link
This commit is contained in:
committed by
Jun Pataleta
parent
21c63124ab
commit
18c838f586
@@ -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