Fix bug.
This commit is contained in:
parent
c405ef3c57
commit
4b55a647ba
|
@ -57,6 +57,7 @@ class SiteFeed
|
||||||
tmp[:feed_name] = self[:feed_name]
|
tmp[:feed_name] = self[:feed_name]
|
||||||
tmp.category_title = category_title
|
tmp.category_title = category_title
|
||||||
tmp.channel_title = tmp_channel_title
|
tmp.channel_title = tmp_channel_title
|
||||||
|
tmp.save
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
def get_annc(force_refresh=false)
|
def get_annc(force_refresh=false)
|
||||||
|
|
Loading…
Reference in New Issue