1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-30 05:18:55 +02:00

MDL-15760: boxnet portfolio plugin should only be allowed one instance

This commit is contained in:
mjollnir_ 2008-07-25 08:22:14 +00:00
parent 67a87e7db2
commit 2f68e760c1

@ -199,4 +199,8 @@ class portfolio_plugin_boxnet extends portfolio_plugin_base {
}
//@TODO see if we can verify the api key without actually getting an authentication token
}
public static function allows_multiple() {
return false;
}
}