forked from saurabh/orbit4-5
fix for members category
This commit is contained in:
parent
2402f953f0
commit
fc184a7cea
|
@ -89,8 +89,8 @@ class PagesController < ApplicationController
|
||||||
categories << c
|
categories << c
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
categories = ["all"] if categories.blank?
|
||||||
end
|
end
|
||||||
categories = ["all"] if categories.blank?
|
|
||||||
@manifest = @key
|
@manifest = @key
|
||||||
OrbitHelper.set_params params,current_user
|
OrbitHelper.set_params params,current_user
|
||||||
OrbitHelper.set_site_locale locale
|
OrbitHelper.set_site_locale locale
|
||||||
|
|
Loading…
Reference in New Issue