From 121f1d32b69496869d5756f727423cbcf44d48fc Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 21 Aug 2022 14:44:38 +0200 Subject: [PATCH] fix warning --- src/modelform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modelform.php b/src/modelform.php index 7f3c0bc..ce4c55e 100644 --- a/src/modelform.php +++ b/src/modelform.php @@ -23,7 +23,7 @@ class IPF_Form_Model extends IPF_Form } } - public static function suggestFields($table, $fields=null, $exclude=array(), $form=null, $extra) + public static function suggestFields($table, $fields=null, $exclude=array(), $form=null, $extra=null) { $result = array(); -- 2.49.0