diff --git a/components/com_cck/views/list/view.html.php b/components/com_cck/views/list/view.html.php index 46c5f7144..8eba257a7 100644 --- a/components/com_cck/views/list/view.html.php +++ b/components/com_cck/views/list/view.html.php @@ -114,6 +114,10 @@ protected function prepareDisplay( $preconfig ) include JPATH_SITE.'/libraries/cck/base/list/list_inc.php'; $pagination = $this->getModel()->_getPagination( $total_items ); + if ( JCck::on( '3.9' ) ) { + $pagination->hideEmptyLimitstart = true; + } + // Set if ( !is_object( @$options ) ) { $options = new JRegistry;