1
0
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:
Andrew Dolgov
2010-11-19 20:18:20 +03:00
parent 7b5e74c75c
commit 997429c228
3 changed files with 51 additions and 6 deletions

View File

@@ -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.");