diff options
Diffstat (limited to 'status.php')
-rw-r--r-- | status.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/status.php b/status.php index e221b4f22c8..b935bce2879 100644 --- a/status.php +++ b/status.php @@ -44,13 +44,13 @@ try { # for description and defaults $defaults = new \OCP\Defaults(); $values = [ - 'installed'=>$installed, + 'installed' => $installed, 'maintenance' => $maintenance, 'needsDbUpgrade' => \OCP\Util::needUpgrade(), - 'version'=>implode('.', \OCP\Util::getVersion()), - 'versionstring'=>OC_Util::getVersionString(), - 'edition'=> '', - 'productname'=>$defaults->getName(), + 'version' => implode('.', \OCP\Util::getVersion()), + 'versionstring' => OC_Util::getVersionString(), + 'edition' => '', + 'productname' => $defaults->getName(), 'extendedSupport' => \OCP\Util::hasExtendedSupport() ]; if (OC::$CLI) { |