Skip to content

Commit

Permalink
quick-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarKamal123 committed Aug 31, 2020
1 parent fcebfb2 commit 85bc588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/entries/entries.summary.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function get_field_summary($request)
$current_field_type = $request['field_type'];

$field_responses = [];
$total_field_responses = 1;
$total_field_responses = 0;
$args = [
'post_type' => self::post_type,
'posts_per_page' => $per_page,
Expand Down

0 comments on commit 85bc588

Please sign in to comment.