浏览代码

Fix foreach loop

Guillermo Espinoza 7 年之前
父节点
当前提交
5b7ef1ae03
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Form/ChoiceList/Loader/ClientChoiceLoader.php

+ 1 - 1
Form/ChoiceList/Loader/ClientChoiceLoader.php

@@ -178,7 +178,7 @@ class ClientChoiceLoader implements ChoiceLoaderInterface
         $choices = $this->webservice->getChoices($this->webserviceParameter, $params);
 
         $result = [];
-        $cnt = 1;
+        $cnt = 0;
         $limit = 10;
         $filter = mb_strtolower($filter);
         $filter_len = mb_strlen($filter);