Skip to content

Commit

Permalink
Merge pull request #7806 from Kubik-Rubik/jform-filter-fix
Browse files Browse the repository at this point in the history
Fixes wrong behaviour in filter method of JForm class
  • Loading branch information
Thomas Hunziker committed Sep 3, 2015
2 parents 33260ae + 68aa78f commit abcc0eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/joomla/form/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ public function filter($data, $group = null)
{
$output->set($key, $this->filterField($field, $input->get($key, (string) $field['default'])));
}
else
{
$output->set($key, null);
}
}

return $output->toArray();
Expand Down

0 comments on commit abcc0eb

Please sign in to comment.