Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jbroadway/elefant
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroadway committed Apr 24, 2013
2 parents 0ab7cd4 + eb58e7d commit 2a5cc03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/blog/handlers/rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

$res = $cache->get ('blog_rss');
if (! $res) {
require_once ('apps/blog/lib/Filters.php');

$p = new blog\Post;
$page->posts = $p->latest (10, 0);
$page->title = $appconf['Blog']['title'];
Expand Down

0 comments on commit 2a5cc03

Please sign in to comment.