Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-03-05 12:04:09 +0300
committerJulius Härtl <jus@bitgrid.net>2021-06-16 12:42:53 +0300
commitc0474ba3644fc94674788bf21dd3e22d564e019c (patch)
treee4709fae17df27be50696c314ec75cb469b99e26 /status.php
parent4673b54a2cfcdf7976fcd295b98d72858619ffad (diff)
Use product name in places where it is appropriate rather than the instance name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'status.php')
-rw-r--r--status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.php b/status.php
index 200f8461f76..62eb978781c 100644
--- a/status.php
+++ b/status.php
@@ -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) {