mirror of
https://github.com/friendica/friendica
synced 2025-05-05 10:24:09 +02:00
Move Config::get() to DI::config()->get()
This commit is contained in:
parent
5d294e8be8
commit
6c36fd9e01
126 changed files with 581 additions and 596 deletions
|
@ -240,7 +240,7 @@ class Crypto
|
|||
'encrypt_key' => false
|
||||
];
|
||||
|
||||
$conf = Config::get('system', 'openssl_conf_file');
|
||||
$conf = DI::config()->get('system', 'openssl_conf_file');
|
||||
if ($conf) {
|
||||
$openssl_options['config'] = $conf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue