Skip to content

Commit a458c3f

Browse files
committed
ISSUE-338: after review 1
1 parent d349008 commit a458c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function footer()
4343
echo $GLOBALS['I18N']->get('Enter your email address').': </p><input type="text" name="forgotpassword" value="" size="30" />';
4444
echo ' <input class="submit" type="submit" name="process" value="'.$GLOBALS['I18N']->get('Send password').'" />';
4545
echo ' <div class="clear"></div>';
46-
if ($GLOBALS['plugins']['simplesaml']) {
46+
if (isset($GLOBALS['plugins']['simplesaml'])) {
4747
echo '<a href="?sso" style="display: inline-block; padding: 5px 10px; background-color: #2c2c2c; color: #fff; text-decoration: none; border-radius: 5px; font-size: 16px; text-align: center;"">SSO login</a>';
4848
}
4949
echo '</div></form>';

0 commit comments

Comments
 (0)