mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +00:00
Move Config::set() to DI::config()->set()
This commit is contained in:
parent
6c36fd9e01
commit
3411ced833
29 changed files with 213 additions and 229 deletions
|
@ -43,7 +43,7 @@ class CheckVersion
|
|||
$gitversion = DBA::escape(trim(Network::fetchUrl($checked_url)));
|
||||
Logger::log("Upstream VERSION is: ".$gitversion, Logger::DEBUG);
|
||||
|
||||
Config::set('system', 'git_friendica_version', $gitversion);
|
||||
DI::config()->set('system', 'git_friendica_version', $gitversion);
|
||||
|
||||
Logger::log('checkversion: end');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue