Use product name in places where it is appropriate rather than the instance name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ try {
|
||||
'version' => implode('.', \OCP\Util::getVersion()),
|
||||
'versionstring' => OC_Util::getVersionString(),
|
||||
'edition' => '',
|
||||
'productname' => $defaults->getName(),
|
||||
'productname' => $defaults->getProductName(),
|
||||
'extendedSupport' => \OCP\Util::hasExtendedSupport()
|
||||
];
|
||||
if (OC::$CLI) {
|
||||
|
||||
Reference in New Issue
Block a user