We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9533cd commit 88480cbCopy full SHA for 88480cb
lib/PowerIdPDisco.php
@@ -279,7 +279,7 @@ public function handleRequest()
279
280
/* store the tab list in the session */
281
$session = Session::getSessionFromRequest();
282
- $session->setData('discopower:tabList', 'faventry', $this->data['faventry']);
+ $session->setData('discopower:tabList', 'faventry', $t->data['faventry']);
283
$session->setData('discopower:tabList', 'tabs', array_keys($idpList));
284
$session->setData('discopower:tabList', 'defaulttab', $t->data['defaulttab']);
285
0 commit comments