Merge branch 'MDL-33552' of git://github.com/danpoltawski/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2012-06-18 12:31:37 +02:00
commit e04a0e32c7
8 changed files with 20 additions and 20 deletions

View file

@ -84,7 +84,7 @@ class portfolio_plugin_mahara extends portfolio_plugin_pull_base {
return true;
}
public function admin_config_form(&$mform) {
public static function admin_config_form(&$mform) {
$strrequired = get_string('required');
$hosts = self::get_mnet_hosts(); // this is called by sanity check but it's ok because it's cached
foreach ($hosts as $host) {