]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix typo
authorRobin Appelman <icewind@owncloud.com>
Mon, 8 Jul 2013 19:13:23 +0000 (21:13 +0200)
committerRobin Appelman <icewind@owncloud.com>
Mon, 8 Jul 2013 19:13:31 +0000 (21:13 +0200)
lib/updater.php

index 5a9f499f91bb283a746e1e272feef70d6beadcc7..df7332a96a97c24e79f72246d5477f0bae8ce89c 100644 (file)
@@ -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');