Skip to content

Commit

Permalink
PHP 5.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 10, 2018
1 parent e8f8fdf commit be6ca1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/MVC/Controller/FormController.php
Expand Up @@ -698,7 +698,7 @@ public function save($key = null, $urlVar = null)
$objData = (object) $data;
$app->triggerEvent(
'onContentNormaliseRequestData',
[$this->option . '.' . $this->context, $objData, $form]
array($this->option . '.' . $this->context, $objData, $form)
);
$data = (array) $objData;

Expand Down

0 comments on commit be6ca1c

Please sign in to comment.