Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 639 → Rev 638

/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
OIDplus::register_shutdown_function(array($this,'activateNow'));
register_shutdown_function(array($this,'activateNow'));
}
 
public function activateNow() {