- Upgraded to _CCP´s_ new image server image.eveonline.comimages.evetech.net, closed #872

This commit is contained in:
Mark Friedrich
2019-11-02 17:13:15 +01:00
parent 925894774e
commit b2654d9387
37 changed files with 217 additions and 99 deletions

View File

@@ -54,7 +54,7 @@ class AppController extends Controller {
parent::afterroute($f3);
// clear all SSO related temp data
if( $f3->exists(Ccp\Sso::SESSION_KEY_SSO) ){
if($f3->exists(Ccp\Sso::SESSION_KEY_SSO)){
$f3->clear(Ccp\Sso::SESSION_KEY_SSO);
}
}