Skip to content

Commit

Permalink
Psalm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 22, 2019
1 parent b9533cd commit 88480cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PowerIdPDisco.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function handleRequest()

/* store the tab list in the session */
$session = Session::getSessionFromRequest();
$session->setData('discopower:tabList', 'faventry', $this->data['faventry']);
$session->setData('discopower:tabList', 'faventry', $t->data['faventry']);
$session->setData('discopower:tabList', 'tabs', array_keys($idpList));
$session->setData('discopower:tabList', 'defaulttab', $t->data['defaulttab']);

Expand Down

0 comments on commit 88480cb

Please sign in to comment.