From 5a0052f46bfc2dc322aaafe07539498ba7d3153b Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Mon, 11 Nov 2013 19:33:31 +0530 Subject: [PATCH] CRM-13735 --- CRM/Utils/OpenFlashChart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/OpenFlashChart.php b/CRM/Utils/OpenFlashChart.php index 681ca668e7..f6ebf15a74 100644 --- a/CRM/Utils/OpenFlashChart.php +++ b/CRM/Utils/OpenFlashChart.php @@ -124,7 +124,7 @@ class CRM_Utils_OpenFlashChart { // create x axis label obj. $xLabels = new x_axis_labels(); // set_labels function requires xValues array of string or x_axis_label - // type casting array to string + // so type casting array values to string values array_walk($xValues, function(&$value, $index) { $value = (string)$value; }); -- 2.25.1