Reset time of last update feed polling
This commit is contained in:
parent
256dca935b
commit
242cbb802a
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ class Updater extends BasicEmitter {
|
|||
$repair = new Repair();
|
||||
$repair->run();
|
||||
|
||||
//Invalidate update feed
|
||||
\OC_Appconfig::setValue('core', 'lastupdatedat', 0);
|
||||
\OC_Config::setValue('maintenance', false);
|
||||
$this->emit('\OC\Updater', 'maintenanceEnd');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue