Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…avel into JoeJiko-patch-1
  • Loading branch information
Chris Fidao committed Dec 9, 2013
2 parents fec4cd8 + 52ac2f8 commit 867b095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Impl/Repo/Article/CacheDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ public function byTag($tag, $page=1, $limit=10)
return $this->cache->get($key);
}

$paginated = $this->nextArticle->byId($tag, $page, $limit);
$paginated = $this->nextArticle->byTag($tag, $page, $limit);

$this->cache->put($key, $paginated);

return $paginated;
}

}
}

0 comments on commit 867b095

Please sign in to comment.