diff options
Diffstat (limited to 'status.php')
-rw-r--r-- | status.php | 2 |
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) { |