hotfix) additional devel api done
Showing
2 changed files
with
1 additions
and
1 deletions
This diff is collapsed.
Click to expand it.
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment