소스 검색

Remove break fix #1531

jmontoyaa 8 년 전
부모
커밋
e713dfcbb8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main/inc/local.inc.php

+ 0 - 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']);