Skip to content

Commit

Permalink
correction php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JEALG committed Aug 28, 2024
1 parent a4cb9ee commit 500f95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/Free_CreateTil.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ private static function search_setting_string($_Eq_action, $Access, $Name, $_Eq_
);
return $Setting;
}
private static function search_setting_void($_Eq_action, $Access, $Name, $_Eq_type = null, $Label_O, $eq_group = null, $_Cmd_ep_id)
private static function search_setting_void($_Eq_action, $Access, $Name, $_Eq_type = null, $Label_O = null, $eq_group = null, $_Cmd_ep_id = null)
{
$Setting1 = $_Eq_type;
$Setting2 = $Name;
Expand Down

0 comments on commit 500f95e

Please sign in to comment.