Skip to content
Snippets Groups Projects
Commit a8cd28a7 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 65c1c1b1
No related merge requests found
...@@ -803,7 +803,7 @@ class AjaxController extends AbstractBase ...@@ -803,7 +803,7 @@ class AjaxController extends AbstractBase
// Only retain numeric values! // Only retain numeric values!
if (preg_match("/^[0-9]+$/", $current['value'])) { if (preg_match("/^[0-9]+$/", $current['value'])) {
$newValues['data'][] $newValues['data'][]
= array($current['value'],$current['count']); = array($current['value'], $current['count']);
} }
} }
$retVal[$field] = $newValues; $retVal[$field] = $newValues;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment