Skip to content

Commit 399d9bc

Browse files
Kobus Myburghchriskacerguis
authored andcommitted
Added new line, as per CI error.
1 parent 24eab8a commit 399d9bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RestController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,7 @@ public function post($key = null, $xss_clean = null)
14141414
foreach (new RecursiveIteratorIterator(new RecursiveArrayIterator($this->_post_args), RecursiveIteratorIterator::CATCH_GET_CHILD) as $key => $value) {
14151415
$this->_post_args[$key] = $this->_xss_clean($this->_post_args[$key], $xss_clean);
14161416
}
1417+
14171418
return $this->_post_args;
14181419
}
14191420

0 commit comments

Comments
 (0)