Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 56b58dc

Browse files
author
Billy Clark
committed
didn't understand my own comment 2 days later! Stinking comments ;-)
1 parent d88c6b6 commit 56b58dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/material/default/selectidp-links.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ function setSelectedIdp(id) {
4141
value="<?= htmlspecialchars($this->data['returnIDParam']) ?>" />
4242

4343
<?php
44-
// in order to bypass some built-in behavior, an extra idp
45-
// might've been added. It's not necessary anymore.
44+
// in order to bypass some built-in simplesaml behavior, an extra idp
45+
// might've been added. It's not meant to be displayed.
4646
unset($this->data['idplist']['dummy']);
4747

4848
foreach ($this->data['idplist'] as $idp) {

0 commit comments

Comments
 (0)