浏览代码

Add missing break

Lars Lehmann 3 年之前
父节点
当前提交
9e1554f5c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data/web/json_api.php

+ 1 - 0
data/web/json_api.php

@@ -1476,6 +1476,7 @@ if (isset($_GET['query'])) {
                 echo json_encode(array(
                   'version' => $GLOBALS['MAILCOW_GIT_VERSION']
                 ));
+              break;
               }
             }
           break;