summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f8fb75a5c..e79ea21cc 100644
--- a/functions.php
+++ b/functions.php
@@ -343,7 +343,7 @@
}
}
- db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW()");
+ db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW() WHERE id = $feed");
}