mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fixing owncloud version
This commit is contained in:
parent
79dfff2b4a
commit
e58b9d3eb7
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ class Platform {
|
|||
* @return string
|
||||
*/
|
||||
public function getOcVersion() {
|
||||
return OC_Util::getVersion();
|
||||
$v = OC_Util::getVersion();
|
||||
return join('.', $v);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue