Skip to content
Snippets Groups Projects
Commit a0d5ba11 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix typo

parent 9cd7ecd5
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ namespace OC;
use OC\Hooks\BasicEmitter;
/**
* Class that handels autoupdating of ownCloud
* Class that handles autoupdating of ownCloud
*
* Hooks provided in scope \OC\Updater
* - maintenanceStart()
......@@ -52,7 +52,7 @@ class Updater extends BasicEmitter {
if (\OC_Appconfig::getValue('core', 'installedat', '') == '') {
\OC_Appconfig::setValue('core', 'installedat', microtime(true));
}
;
$version = \OC_Util::getVersion();
$version['installed'] = \OC_Appconfig::getValue('core', 'installedat');
$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment