We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563298 commit 72c21f5Copy full SHA for 72c21f5
1 file changed
easyblog/easyblog/category.php
@@ -51,8 +51,7 @@ public function get() {
51
EasyBlogHelper::accessNestedCategoriesId($category, $catIds);
52
53
$sorting = $this->plugin->params->get( 'sorting' , 'latest' );
54
- $total = (int) $this->plugin->params->get( 'total' , 20 );
55
- $rows = $model->getBlogsBy( 'category' , $catIds , $sorting , $total, EBLOG_FILTER_PUBLISHED, $search );
+ $rows = $model->getBlogsBy( 'category' , $catIds , $sorting , 0, EBLOG_FILTER_PUBLISHED, $search );
56
57
foreach ($rows as $k => $v) {
58
$item = EasyBlogHelper::getHelper( 'SimpleSchema' )->mapPost($v, '', 100, array('text'));
0 commit comments