fix error
This commit is contained in:
parent
84f24fd202
commit
fed8ec372c
|
@ -12,6 +12,7 @@ class AnnouncementsController < ApplicationController
|
|||
end
|
||||
end
|
||||
def index
|
||||
@type = 'index'
|
||||
Bulletin.remove_expired_status
|
||||
sorted,total_pages = get_sorted_annc
|
||||
if sorted.nil?
|
||||
|
|
Loading…
Reference in New Issue