Skip to content

Commit

Permalink
Include nested fields (#25213)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ authored and HLeithner committed Jun 25, 2019
1 parent e7c13df commit c684a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_menus/controllers/item.php
Expand Up @@ -358,7 +358,7 @@ public function save($key = null, $urlVar = null)
$data = $model->validate($form, $data);

// Preprocess request fields to ensure that we remove not set or empty request params
$request = $form->getGroup('request');
$request = $form->getGroup('request', true);

// Check for the special 'request' entry.
if ($data['type'] == 'component' && !empty($request))
Expand Down

0 comments on commit c684a8f

Please sign in to comment.