Remove break fix #1531

pull/2487/head
jmontoyaa 9 years ago
parent 553772af6d
commit e713dfcbb8
  1. 1
      main/inc/local.inc.php

@ -587,7 +587,6 @@ if (!empty($_SESSION['_user']['user_id']) && !($login || $logout)) {
foreach ($extAuthSource as $thisAuthSource) {
if (!empty($thisAuthSource['login']) && file_exists($thisAuthSource['login'])) {
include_once($thisAuthSource['login']);
break;
}
if (isset($thisAuthSource['newUser']) && file_exists($thisAuthSource['newUser'])) {
include_once($thisAuthSource['newUser']);

Loading…
Cancel
Save