summaryrefslogtreecommitdiffstats
path: root/ajax/setallitemsread.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/setallitemsread.php')
-rw-r--r--ajax/setallitemsread.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ajax/setallitemsread.php b/ajax/setallitemsread.php
index d767bddde..b24d62262 100644
--- a/ajax/setallitemsread.php
+++ b/ajax/setallitemsread.php
@@ -14,6 +14,7 @@
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('news');
OCP\JSON::callCheck();
+session_write_close();
$feedId = $_POST['feedId'];
$mostRecentItemId = (int)$_POST['mostRecentItemId'];