diff options
Diffstat (limited to 'lib/updater.php')
-rw-r--r-- | lib/updater.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/updater.php b/lib/updater.php index f55e55985d9..7d5ec4ffe90 100644 --- a/lib/updater.php +++ b/lib/updater.php @@ -38,7 +38,7 @@ class OC_Updater{ $version['updated']=OC_Appconfig::getValue('core', 'lastupdatedat'); $version['updatechannel']='stable'; $version['edition']=OC_Util::getEditionString(); - $versionstring=implode('x',$version); + $versionstring=implode('x', $version); //fetch xml data from updater $url=$updaterurl.'?version='.$versionstring; |