From 3aa1d7657313fb07e9bfb09fd3bfc9012e10c3bf Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Sun, 21 Mar 2010 17:20:25 +0000 Subject: [PATCH] portfolio/mahara MDL-21030 finally enable leap2a support --- portfolio/mahara/lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/portfolio/mahara/lib.php b/portfolio/mahara/lib.php index 8fcf7fc0109..a1b4b003af0 100644 --- a/portfolio/mahara/lib.php +++ b/portfolio/mahara/lib.php @@ -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); }