1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Bad string replace.

This commit is contained in:
Kevin Menard 2012-04-26 09:25:50 -04:00
parent a816990270
commit 7175cdc34f

View file

@ -33,7 +33,7 @@ module Fog
if MultiJson.respond_to?(:load)
def self.decode(obj)
Fog::JSON.decode(obj)
MultiJson.decode(obj)
end
else
def self.decode(obj)