Skip to content

Commit 88480cb

Browse files
committed
Psalm fixes
1 parent b9533cd commit 88480cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PowerIdPDisco.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public function handleRequest()
279279

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

0 commit comments

Comments
 (0)