Skip to content

Commit

Permalink
Merge pull request #76 from trickeyone/master
Browse files Browse the repository at this point in the history
Fixing issue with Rediska_Serializer_Adapter_Json::unserialize method not return unserialized value, Issue #75
  • Loading branch information
shumkov committed Aug 7, 2013
2 parents 5cd91f8 + 16f1224 commit 8eddc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Rediska/Serializer/Adapter/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ public function unserialize($value)
throw new Rediska_Serializer_Adapter_Exception("Can't unserialize value");
}

return $value;
return $decodedValue;
}
}

0 comments on commit 8eddc95

Please sign in to comment.