Skip to content

Commit

Permalink
fix for missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
zcwilt committed Jul 31, 2016
1 parent e127e05 commit 890b7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function buildResults($queryBuilder, $db, $derivedItemsManager, $paginato
$formatter = $this->doFormatter($finalItems, $db);
$this->tplVars['formatter'] = $formatter->getTplVars();
$this->tplVars['formattedItems'] = $formatter->getFormattedResults($this->outputLayout);
$this->tplVars['formattedTotals'] = $formatter->getFormattedTotals();
$this->tplVars['formattedTotals'] = $formatter->getFormattedTotals($this->outputLayout);
$this->doMultiFormSubmit($finalItems);
$this->normalizeTplVars($usePaginator);
return $finalItems;
Expand Down

0 comments on commit 890b7b1

Please sign in to comment.