From 9c3cf81682fa06be0e1bdd188b3298e92208b2d8 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 11 Feb 2008 19:27:11 +0000 Subject: [PATCH] ActionItem154: removing duplicated block --- app/controllers/my_profile/profile_design_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/my_profile/profile_design_controller.rb b/app/controllers/my_profile/profile_design_controller.rb index 50a6cd7..31044bd 100644 --- a/app/controllers/my_profile/profile_design_controller.rb +++ b/app/controllers/my_profile/profile_design_controller.rb @@ -3,7 +3,7 @@ class ProfileDesignController < BoxOrganizerController needs_profile def available_blocks - blocks = [ ArticleBlock, TagsBlock, RecentDocumentsBlock, ProfileInfoBlock, TagsBlock ] + blocks = [ ArticleBlock, TagsBlock, RecentDocumentsBlock, ProfileInfoBlock ] if profile.has_members? blocks << MembersBlock -- libgit2 0.21.2