mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add experimental support for feedlist popup menu
This commit is contained in:
@@ -962,7 +962,7 @@
|
||||
|
||||
if ($subop == "scheduleFeedUpdate") {
|
||||
$feed_id = db_escape_string($_REQUEST["id"]);
|
||||
$is_cat = db_escape_string($_REQUEST['is_cat']);
|
||||
$is_cat = db_escape_string($_REQUEST['is_cat']) == 'true';
|
||||
|
||||
$message = __("Your request could not be completed.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user