portfolio/mahara MDL-21030 finally enable leap2a support

This commit is contained in:
Penny Leach 2010-03-21 17:20:25 +00:00
parent 2b76d67441
commit 3aa1d76573

View File

@ -67,8 +67,6 @@ class portfolio_plugin_mahara extends portfolio_plugin_pull_base {
}
public static function supported_formats() {
return array(PORTFOLIO_FORMAT_FILE);
// TODO remove above line once leap over mnet is tested
return array(PORTFOLIO_FORMAT_FILE, PORTFOLIO_FORMAT_LEAP2A);
}