mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix compat with PHP 7.4
This commit is contained in:
parent
2e672414b3
commit
fa58d8b11a
8 changed files with 8 additions and 8 deletions
|
@ -48,7 +48,7 @@ abstract class BaseUsers extends BaseModeration
|
|||
Profiler $profiler,
|
||||
Response $response,
|
||||
array $server,
|
||||
array $parameters = [],
|
||||
array $parameters = []
|
||||
) {
|
||||
parent::__construct($page, $appHelper, $systemMessages, $session, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue