Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
osben committed Sep 12, 2016
1 parent 61341d9 commit bb122f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function get_posts($filter = array())
$post_id_filter = '';
$visible_filter = '';
$keyword_filter = '';
$posts = array();

if (isset($filter['limit'])) {
$limit = max(1, intval($filter['limit']));
Expand Down

0 comments on commit bb122f7

Please sign in to comment.