Skip to content

Commit

Permalink
Added missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
roadster31 committed Jan 19, 2015
1 parent 924bd0d commit 1c79172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Carousel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public function preActivation(ConnectionInterface $con = null)

$this->setConfigValue('is_initialized', true);
}

return true;
}

public function destroy(ConnectionInterface $con = null, $deleteModuleData = false)
Expand Down

0 comments on commit 1c79172

Please sign in to comment.