From 83342d44134ba9f0f769d44b2c030c706e8237e1 Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Fri, 23 Jan 2015 17:58:33 +0000 Subject: [PATCH] Fix institution profile tab render --- lib/mpog_software_plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mpog_software_plugin.rb b/lib/mpog_software_plugin.rb index f221c59..ee86fb6 100644 --- a/lib/mpog_software_plugin.rb +++ b/lib/mpog_software_plugin.rb @@ -86,8 +86,8 @@ class MpogSoftwarePlugin < Noosfero::Plugin def profile_tabs if context.profile.community? - return profile_tabs_software if context.profile.software? - profile_tabs_institution + profile_tabs_software if context.profile.software? + profile_tabs_institution if context.profile.institution? end end -- libgit2 0.21.2