Skip to content
Snippets Groups Projects
Commit e58b9d3e authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing owncloud version

parent 79dfff2b
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ class Platform {
* @return string
*/
public function getOcVersion() {
return OC_Util::getVersion();
$v = OC_Util::getVersion();
return join('.', $v);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment