Browse Source

Add missing break

Lars Lehmann 3 years ago
parent
commit
9e1554f5c7
1 changed files with 1 additions and 0 deletions
  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;