removed site restart after site preferences update
This commit is contained in:
parent
9746ae4676
commit
3aac221c4e
|
@ -22,7 +22,6 @@ class Admin::SitesController < OrbitBackendController
|
||||||
|
|
||||||
def update
|
def update
|
||||||
@site.update_attributes(params[:site])
|
@site.update_attributes(params[:site])
|
||||||
site_restart
|
|
||||||
redirect_to :back
|
redirect_to :back
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue