fix typo
This commit is contained in:
parent
9cd7ecd502
commit
a0d5ba1167
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue