Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2.1
-
Component/s: CiviContribute
-
Labels:None
Description
I get the following error on the contrib dashboard charts:
mktime() expects parameter 6 to be long...
Attached patch forces a typecast for the offending variable. I've set as (int) and it works fine. But not sure if it should be (double)...