Skip to content

Commit 0472d92

Browse files
committed
Fixed JSON_NUMERIC_CHECK modifying string data
1 parent 14e6f29 commit 0472d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/DygraphsWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ protected function processDates() {
202202
}
203203
return Json::encode($this->data, JSON_NUMERIC_CHECK);
204204
}
205-
return Json::encode($this->data, JSON_NUMERIC_CHECK);
205+
return Json::encode($this->data);
206206
}
207207
}

0 commit comments

Comments
 (0)