]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing owncloud version
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 15 Dec 2014 11:23:56 +0000 (12:23 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 15 Dec 2014 11:23:56 +0000 (12:23 +0100)
lib/private/app/platform.php

index ba96fba00dbdf905cb8ed96845a86a81de38f9ec..578f541e5d2f8c6de2fd1be73c284e20634ef919 100644 (file)
@@ -40,7 +40,8 @@ class Platform {
         * @return string
         */
        public function getOcVersion() {
-               return OC_Util::getVersion();
+               $v = OC_Util::getVersion();
+               return join('.', $v);
        }
 
        /**