1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

fix creating category filters on mysql

This commit is contained in:
Andrew Dolgov 2012-06-24 22:45:28 +04:00
parent bf0bedcbe5
commit a5e0ffb0ce

View File

@ -527,7 +527,7 @@ class Pref_Filters extends Protected_Handler {
VALUES
('$regexp', '$filter_type','".$_SESSION["uid"]."',
$feed_id, '$action_id', '$action_param', $inverse,
'$filter_param', $cat_id, '$cat_filter')");
'$filter_param', $cat_id, $cat_filter)");
if (db_affected_rows($this->link, $result) != 0) {
print T_sprintf("Created filter <b>%s</b>", htmlspecialchars($regexp));