mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 14:31:27 +00:00
forbid blank feed titles in feedlist
This commit is contained in:
@@ -3116,6 +3116,9 @@
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
$feed = db_unescape_string($line["title"]);
|
||||
|
||||
if (!$feed) $feed = "[Untitled]";
|
||||
|
||||
$feed_id = $line["id"];
|
||||
|
||||
$subop = $_GET["subop"];
|
||||
|
||||
Reference in New Issue
Block a user