mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
@ -100,7 +100,7 @@ class portfolio_plugin_picasa extends portfolio_plugin_push_base {
|
|||
return array('clientid', 'secret');
|
||||
}
|
||||
|
||||
public function admin_config_form(&$mform) {
|
||||
public static function admin_config_form(&$mform) {
|
||||
$a = new stdClass;
|
||||
$a->docsurl = get_docs_url('Google_OAuth2_Setup');
|
||||
$a->callbackurl = google_oauth::callback_url()->out(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue