Skip to content

Commit

Permalink
Set a default for the container to make php8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
skurvish committed Sep 5, 2021
1 parent af61de9 commit 5ae2018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_fabrik/models/element.php
Expand Up @@ -3647,7 +3647,7 @@ protected function singleFilter($default, $v, $type = 'text')
*
* @return array HTML bits
*/
protected function autoCompleteFilter($default, $v, $labelValue = null, $normal = true, $container)
protected function autoCompleteFilter($default, $v, $labelValue = null, $normal = true, $container = null)
{
if (is_null($labelValue))
{
Expand Down

0 comments on commit 5ae2018

Please sign in to comment.