Fix annoucement FB share link

This commit is contained in:
Manson Wang 2013-11-14 11:40:28 +08:00
parent 946dc0621b
commit 70c3afed01
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Bulletin
end
def share_item
Item.first(conditions:{name: 'announcement'})
Item.first(conditions:{name: 'news'})
end
def proc_check(check,not_pass_info = "")