Skip to content

Commit

Permalink
Merge branch 'tsharju-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddossot committed Oct 14, 2010
2 parents d0b7d5a + f738a1d commit 1f8e73f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cferl_container.erl
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ get_object_result(_, Other) ->
create_object(ObjectName) when is_binary(ObjectName) ->
case get_object(ObjectName) of
{ok, Object} ->
Object;

{ok, Object};
_ ->
ObjectDetails = #cf_object_details{name = ObjectName},
{ok, cferl_object:new(Connection, THIS, ObjectDetails, get_object_path(ObjectName), [])}
Expand Down

0 comments on commit 1f8e73f

Please sign in to comment.