From b223ac660b7259e9a7ef312098038b06044e8580 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 17 Apr 2014 15:55:26 -0300 Subject: [PATCH] remove folder force --- lib/api/v1/articles.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/lib/api/v1/articles.rb b/lib/api/v1/articles.rb index 3f5487c..207dbf0 100644 --- a/lib/api/v1/articles.rb +++ b/lib/api/v1/articles.rb @@ -20,10 +20,6 @@ module API # } get do - #FIXME remove this line when hub be implemented - params[:content_type] = 'Folder' if ((params[:content_type].nil? ? '' : params[:content_type].downcase) == 'hub') - params[:content_type] = 'Folder' if ((params[:content_type].nil? ? '' : params[:content_type]) == 'CommunityHubPlugin::Hub') - conditions = make_conditions_with_parameter(params) if params[:reference_id] -- libgit2 0.21.2