Active
Project:
Radioactivity
Version:
7.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2012 at 13:26 UTC
Updated:
4 Jun 2012 at 13:26 UTC
Using Radioactivity 7.x-2.5, the call to _radioactivity_checksum_validate in radioactivity-bootstrap.inc fails as the comparison compares a hash of data which has had its quotes escaped against a hash of data which has not. Adding a call to stripslashes before generating the the checksum in _radioactivity_checksum_generate fixes this. There may be a more elegant fix, however, this worked for now.