mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-16 11:01:00 +02:00
feeds editor error box is now uid-aware
This commit is contained in:
parent
f23a2177ec
commit
131f94e4c1
@ -951,7 +951,7 @@
|
||||
}
|
||||
|
||||
$result = db_query($link, "SELECT id,title,feed_url,last_error
|
||||
FROM ttrss_feeds WHERE last_error != ''");
|
||||
FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
|
||||
|
||||
if (db_num_rows($result) > 0) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user