"MDL-16383, add check_login to construct function"

This commit is contained in:
dongsheng 2009-06-25 07:44:27 +00:00
parent 09f8d75e32
commit 94742bca31

View File

@ -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() {