summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2014-02-26 01:50:39 +0000
committerChristopher Smith <chris@jalakai.co.uk>2014-02-26 01:50:39 +0000
commit4a193141ca703475cd9625b3127016b7c49f507e (patch)
treebc3a9625a22eef2e19d4e211f99fef4be04ff3f8 /feed.php
parent3bf4233a75bbb00df6c04707d1a52fdb84e8be16 (diff)
downloadrpg-4a193141ca703475cd9625b3127016b7c49f507e.tar.gz
rpg-4a193141ca703475cd9625b3127016b7c49f507e.tar.bz2
remove rendundant line
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index 960131b15..e64d5aa3e 100644
--- a/feed.php
+++ b/feed.php
@@ -20,7 +20,6 @@ $opt = rss_parseOptions();
// the feed is dynamic - we need a cache for each combo
// (but most people just use the default feed so it's still effective)
-$cache = getCacheName(join('', array_values($opt)).$_SERVER['REMOTE_USER'], '.feed');
$key = join('', array_values($opt)).$_SERVER['REMOTE_USER'].$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'];
$cache = new cache($key, '.feed');