mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 11:44:28 +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
|
@ -58,7 +58,7 @@ class Acl extends BaseModule
|
|||
Profiler $profiler,
|
||||
Response $response,
|
||||
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