mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
"MDL-16383, add check_login to construct function"
This commit is contained in:
parent
09f8d75e32
commit
94742bca31
@ -22,6 +22,7 @@ class repository_googledocs extends repository {
|
||||
$gauth = new google_authsub(false, $googletoken); // will throw exception if fails
|
||||
google_docs::set_sesskey($gauth->get_sessiontoken(), $USER->id);
|
||||
}
|
||||
$this->check_login();
|
||||
}
|
||||
|
||||
public function check_login() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user