mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Move Config::set() to DI::config()->set()
This commit is contained in:
parent
1ce63185ab
commit
75143e27b5
25 changed files with 75 additions and 75 deletions
|
@ -745,7 +745,7 @@ function pumpio_sync(App $a)
|
|||
|
||||
Logger::log('pumpio: cron_end');
|
||||
|
||||
Config::set('pumpio', 'last_poll', time());
|
||||
DI::config()->set('pumpio', 'last_poll', time());
|
||||
}
|
||||
|
||||
function pumpio_cron(App $a, $b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue