From df714985105dcb7443e98ab4c0f51a5f978b97cf Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 14 May 2013 17:21:12 +0200 Subject: fixed typo --- helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.rb b/helper.rb index 3e6e0fc..d8df7d2 100644 --- a/helper.rb +++ b/helper.rb @@ -250,7 +250,7 @@ module OpenTox bad_request_error "#{@content_type} is not a supported content type." end if params["file"] - nt = "<#{@uri}> <#{RDF::DC.title}> \"#{params["file"][:filename]}\".\n<#{uri}> <#{RDF::OT.hasSource}> \"#{params["file"][:filename]}\"." + nt = "<#{@uri}> <#{RDF::DC.title}> \"#{params["file"][:filename]}\".\n<#{@uri}> <#{RDF::OT.hasSource}> \"#{params["file"][:filename]}\"." FourStore.put(@uri, nt, "text/plain") end nt ? FourStore.post(@uri, @body, @content_type) : FourStore.put(@uri, @body, @content_type) -- cgit v1.2.3