Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.0
-
Fix Version/s: 4.7.21
-
Component/s: Core CiviCRM
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
In CRM/Utils/Cache/Redis.php there's a call to getResultMessage() but this method doesn't exist in the Redis class (this was copied from the memcached class). I didn't see an equivalent so just removing this line is probably the best.