Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.23
-
Fix Version/s: 4.7.25
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
-
Overview:This helps resolve some errors when trying to view contacts.
-
How it works currently:Without this change, there were cases were some contacts were throwing Not Of Type Integer errors in the Summary view (from getDisplayAndImage).
-
How it should work:This change makes the getLastModified fail more gracefully, so it doesn't display an error if something is missing for a contact when getDisplayAndImage is called from the Summary View.
Description
This just makes &lastModified in Log.php fail more gracefully.