1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 06:45:54 +00:00

Merge branch 'master' of git.tt-rss.org:fox/tt-rss

This commit is contained in:
Andrew Dolgov
2021-02-26 19:17:27 +03:00
2 changed files with 3 additions and 2 deletions

View File

@@ -710,7 +710,7 @@ class Pref_Feeds extends Handler_Protected {
$mark_unread_on_update = checkbox_to_sql_bool(
clean($_POST["mark_unread_on_update"] ?? ""));
$feed_language = clean($_POST["feed_language"]);
$feed_language = clean($_POST["feed_language"] ?? "");
if (!$batch) {