a9cad323 by sayhoChun

hotfix)

1 parent dbfcb28b
...@@ -321,7 +321,7 @@ if (! class_exists("ApiBoard")) ...@@ -321,7 +321,7 @@ if (! class_exists("ApiBoard"))
321 "; 321 ";
322 322
323 $result = $this->getArray($sql); 323 $result = $this->getArray($sql);
324 > 324
325 return $this->makeResultJson(1, "", $result, Array("totalCount"=>$cnt)); 325 return $this->makeResultJson(1, "", $result, Array("totalCount"=>$cnt));
326 } 326 }
327 327
......