ソースを参照

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