fix error
This commit is contained in:
parent
23abca1d4d
commit
1891ce62d5
|
@ -361,6 +361,7 @@ class Admin::AnnouncementsController < OrbitAdminController
|
||||||
},
|
},
|
||||||
:is_sent=>is_sent
|
:is_sent=>is_sent
|
||||||
)
|
)
|
||||||
|
bulletin.email.deliver
|
||||||
else
|
else
|
||||||
bulletin.email.destroy if !bulletin.email.nil?
|
bulletin.email.destroy if !bulletin.email.nil?
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue