fix PHP 8.4 depricated warnings
This commit is contained in:
parent
abd24964e2
commit
f598bc58ad
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@ function lang(
|
|||
*/
|
||||
function ilang(
|
||||
string $key,
|
||||
string $class = NULL,
|
||||
string $id = NULL,
|
||||
string $href = NULL,
|
||||
string $click = NULL,
|
||||
?string $class = NULL,
|
||||
?string $id = NULL,
|
||||
?string $href = NULL,
|
||||
?string $click = NULL,
|
||||
array $attrs = array(),
|
||||
?array $sub = NULL,
|
||||
bool $button = FALSE,
|
||||
|
|
Loading…
Reference in a new issue