mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
Fix compat with PHP 7.4
This commit is contained in:
parent
f1abd57356
commit
2e672414b3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class Profile extends BaseModule
|
|||
Page $page,
|
||||
IManageConfigValues $config,
|
||||
array $server,
|
||||
array $parameters = [],
|
||||
array $parameters = []
|
||||
) {
|
||||
parent::__construct($l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue