fix feedEditor not saving

This commit is contained in:
Andrew Dolgov 2012-12-27 21:50:56 +04:00
parent 72679db8c7
commit 715a8239ac
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ class Pref_Feeds extends Handler_Protected {
include_in_digest = $include_in_digest,
always_display_enclosures = $always_display_enclosures,
mark_unread_on_update = $mark_unread_on_update,
update_on_checksum_change = $update_on_checksum_change,
update_on_checksum_change = $update_on_checksum_change
WHERE id = '$feed_id' AND owner_uid = " . $_SESSION["uid"]);
} else {