Commit 72bde10730975d48995a2728cd14a1f2e917d7d1
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'hotfixes' into stable
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/community_track/lib/community_track_plugin.rb
@@ -13,6 +13,7 @@ class CommunityTrackPlugin < Noosfero::Plugin | @@ -13,6 +13,7 @@ class CommunityTrackPlugin < Noosfero::Plugin | ||
13 | end | 13 | end |
14 | 14 | ||
15 | def content_types | 15 | def content_types |
16 | + return [] if !context.kind_of?(CmsController) | ||
16 | if context.respond_to?(:params) && context.params | 17 | if context.respond_to?(:params) && context.params |
17 | types = [] | 18 | types = [] |
18 | parent_id = context.params[:parent_id] | 19 | parent_id = context.params[:parent_id] |