chore(legacy): Introduce public version ct plass and drop version methods from OC_Util
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ try {
|
||||
'maintenance' => $maintenance,
|
||||
'needsDbUpgrade' => \OCP\Util::needUpgrade(),
|
||||
'version' => implode('.', \OCP\Util::getVersion()),
|
||||
'versionstring' => OC_Util::getVersionString(),
|
||||
'versionstring' => \OCP\Server::get(\OCP\ServerVersion::class)->getVersionString(),
|
||||
'edition' => '',
|
||||
'productname' => $defaults->getProductName(),
|
||||
'extendedSupport' => \OCP\Util::hasExtendedSupport()
|
||||
|
||||
Reference in New Issue
Block a user