1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 07:31:28 +00:00

fix mysql bool setting bug in editFeed

This commit is contained in:
Andrew Dolgov
2006-03-21 08:02:06 +01:00
parent 75bd06697f
commit ac92cb46be
2 changed files with 4 additions and 4 deletions

View File

@@ -717,7 +717,7 @@ function feedEditSave() {
if (is_rtl) {
is_rtl = is_rtl.checked;
}
var fcat_id = 0;
if (fcat) {