Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Merge 1394ec0 into 8ed9525
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlev committed Feb 7, 2017
2 parents 8ed9525 + 1394ec0 commit 01ea4df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Lookitsatravis/Listify/Listify.php
Expand Up @@ -612,10 +612,7 @@ private function addToListTop()
*/
private function addToListBottom()
{
if($this->isNotInList())
{
$this->setListifyPosition($this->bottomPositionInList() + 1);
}
$this->setListifyPosition($this->bottomPositionInList() + 1);
}

/**
Expand Down

0 comments on commit 01ea4df

Please sign in to comment.