mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-33552' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
e04a0e32c7
8 changed files with 20 additions and 20 deletions
|
@ -106,7 +106,7 @@ class portfolio_plugin_boxnet extends portfolio_plugin_push_base {
|
|||
}
|
||||
}
|
||||
|
||||
public function admin_config_form(&$mform) {
|
||||
public static function admin_config_form(&$mform) {
|
||||
global $CFG;
|
||||
|
||||
$mform->addElement('text', 'apikey', get_string('apikey', 'portfolio_boxnet'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue