mirror of
https://github.com/friendica/friendica
synced 2025-04-23 01:10:11 +00:00
Fix binary_operator_spaces errors
This commit is contained in:
parent
0451f2dfa1
commit
fcf59dc245
6 changed files with 21 additions and 21 deletions
|
@ -59,7 +59,7 @@ class InstanceV2 extends BaseApi
|
|||
parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
|
||||
|
||||
$this->database = $database;
|
||||
$this->config = $config;
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue