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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user