diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-20 03:21:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-20 03:21:25 -0400 |
commit | 202f80511a02b655df51abacece1c353f8499251 (patch) | |
tree | 7089b8cb47c44a6ebdeb8de8047c8e906203fb44 /lib/rssaction.php | |
parent | 15a09c5d694f720ef50f9c82860193545233bcf1 (diff) |
some whitespace
darcs-hash:20080620072125-84dde-777b0a5405ea8ffc2436f711d60ab515d803b987.gz
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r-- | lib/rssaction.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php index 7d79ac043..1c46064f8 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -23,9 +23,7 @@ class Rss10Action extends Action { function handle($args) { parent::handle($args); - $limit = (int) $this->trimmed('limit'); - $this->show_rss($limit); } @@ -138,4 +136,4 @@ class Rss10Action extends Action { function end_rss() { common_element_end('rdf:RDF'); } -}
\ No newline at end of file +} |