Skip to content

Commit 1fb6ee1

Browse files
committed
Change order of initialization in oidcUser class
1 parent 38392d9 commit 1fb6ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/arOidcPlugin/lib/oidcUser.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ public function initialize(sfEventDispatcher $dispatcher, sfStorage $storage, $o
3434
{
3535
$this->logger = sfContext::getInstance()->getLogger();
3636

37+
parent::initialize($dispatcher, $storage, $options);
38+
3739
if (null === $this->oidcClient) {
3840
$this->setOidcClient(arOidc::getOidcInstance());
3941
}
40-
41-
parent::initialize($dispatcher, $storage, $options);
4242
}
4343

4444
/**

0 commit comments

Comments
 (0)