Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm committed Nov 24, 2018
1 parent c03de9f commit be26963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function compile()
$this->Template->pagination = $objPagination->generate("\n ");
}

$params = array('order' => $this->faq_sortorder;
$params = array('order' => $this->faq_sortorder);
$objFaq = \Hschottm\FaqExtensionsBundle\FEFaqModel::findPublishedByRecommendationAndPids($this->faq_categories, ($limit ?: 0), $offset, $params);

// Add the articles
Expand Down

0 comments on commit be26963

Please sign in to comment.