mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 10:29:16 +00:00
fix proper escaping of label titles (closes #255)
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
|
||||
/* Update filters that reference label being renamed */
|
||||
|
||||
$old_caption = db_escape_string($old_caption);
|
||||
|
||||
db_query($link, "UPDATE ttrss_filters SET
|
||||
action_param = '$caption' WHERE action_param = '$old_caption'
|
||||
AND action_id = 7
|
||||
|
||||
Reference in New Issue
Block a user