Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 638 → Rev 639

/trunk/includes/classes/OIDplusAuthContentStoreJWT.class.php
138,7 → 138,7
 
public function activate() {
// Send cookie at the end of the HTTP request, in case there are multiple activate() calls
register_shutdown_function(array($this,'activateNow'));
OIDplus::register_shutdown_function(array($this,'activateNow'));
}
 
public function activateNow() {