Skip to content
Snippets Groups Projects
Commit 242cbb80 authored by Victor Dubiniuk's avatar Victor Dubiniuk
Browse files

Reset time of last update feed polling

parent 256dca93
Branches
No related tags found
No related merge requests found
...@@ -134,6 +134,8 @@ class Updater extends BasicEmitter { ...@@ -134,6 +134,8 @@ class Updater extends BasicEmitter {
$repair = new Repair(); $repair = new Repair();
$repair->run(); $repair->run();
//Invalidate update feed
\OC_Appconfig::setValue('core', 'lastupdatedat', 0);
\OC_Config::setValue('maintenance', false); \OC_Config::setValue('maintenance', false);
$this->emit('\OC\Updater', 'maintenanceEnd'); $this->emit('\OC\Updater', 'maintenanceEnd');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment