Reset time of last update feed polling

remotes/origin/ldap_group_count
Victor Dubiniuk 13 years ago
parent 256dca935b
commit 242cbb802a
  1. 2
      lib/private/updater.php

@ -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…
Cancel
Save