Skip to content

Commit

Permalink
Fixing issue with Rediska_Serializer_Adapter_Json::unserialize method…
Browse files Browse the repository at this point in the history
… not return unserialized value
  • Loading branch information
trickeyone committed Oct 10, 2012
1 parent 65b3204 commit 16f1224
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 16f1224

Please sign in to comment.