summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 730b20c86..0f910f2f7 100644
--- a/functions.php
+++ b/functions.php
@@ -7688,8 +7688,7 @@
db_query($link, "UPDATE ttrss_feeds SET
last_update_started = '1970-01-01',
- last_updated = '1970-01-01' WHERE id = '$feed_id' AND
- owner_uid = ".$_SESSION["uid"]);
+ last_updated = '1970-01-01' WHERE id = '$feed_id'");
}
} else {