summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-13 00:05:18 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-13 00:05:18 +0200
commitd085a688afeb5c581edf7d71f5d42d233bedfa36 (patch)
treeb501fd5375be0d3f1d9909af3e8f192603d57115 /ajax
parent95542f96ebf58cf48e7ca44d18a4c30724873f93 (diff)
removed change that caused errors
Diffstat (limited to 'ajax')
-rw-r--r--ajax/loadfeed.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ajax/loadfeed.php b/ajax/loadfeed.php
index 2c03fc889..4248796a4 100644
--- a/ajax/loadfeed.php
+++ b/ajax/loadfeed.php
@@ -20,8 +20,6 @@ $userid = OCP\USER::getUser();
$feedId = $_POST['id'];
$feedType = $_POST['type'];
-$mostRecentItemId = $_POST['mostRecentItemId'];
-$mostRecentItemTimestamp = $_POST['mostRecentItemTimestamp'];
OCP\Config::setUserValue(OCP\USER::getUser(), 'news', 'lastViewedFeed', $feedId);