Skip to content

Commit

Permalink
Merge pull request joomla#22 from zero-24/patch-6
Browse files Browse the repository at this point in the history
remove the if
  • Loading branch information
brianteeman committed May 8, 2016
2 parents 43c7c95 + 7572054 commit 273898e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion administrator/templates/isis/html/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ function pagination_list_render($list)

foreach ($list['pages'] as $k => $page)
{
if (in_array($k, range($range * $step - ($step + 1), $range * $step)))
$html .= $page['data'];
}

Expand Down

0 comments on commit 273898e

Please sign in to comment.