Skip to content

Commit

Permalink
Code Style Fix for administrator/components/com_checkin/
Browse files Browse the repository at this point in the history
- Please consider an empty line before the if statement;
  • Loading branch information
photodude committed Aug 6, 2016
1 parent 59ef2fb commit c60e450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions administrator/components/com_checkin/models/checkin.php
Expand Up @@ -238,6 +238,7 @@ public function getItems()

// Pagination
$limit = (int) $this->getState('list.limit');

if ($limit !== 0)
{
$this->items = array_slice($results, $this->getState('list.start'), $limit);
Expand Down

0 comments on commit c60e450

Please sign in to comment.