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