1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 10:11:28 +00: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));