We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38392d9 commit eade58fCopy full SHA for eade58f
plugins/arOidcPlugin/lib/oidcUser.class.php
@@ -32,13 +32,13 @@ class oidcUser extends myUser implements Zend_Acl_Role_Interface
32
*/
33
public function initialize(sfEventDispatcher $dispatcher, sfStorage $storage, $options = [])
34
{
35
+ parent::initialize($dispatcher, $storage, $options);
36
+
37
$this->logger = sfContext::getInstance()->getLogger();
38
39
if (null === $this->oidcClient) {
40
$this->setOidcClient(arOidc::getOidcInstance());
41
}
-
- parent::initialize($dispatcher, $storage, $options);
42
43
44
/**
0 commit comments