summaryrefslogtreecommitdiffstats
path: root/core/Controller/OCSController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/OCSController.php')
-rw-r--r--core/Controller/OCSController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php
index 278e01403a7..68861ce7e95 100644
--- a/core/Controller/OCSController.php
+++ b/core/Controller/OCSController.php
@@ -97,6 +97,7 @@ class OCSController extends \OCP\AppFramework\OCSController {
'micro' => $micro,
'string' => \OC_Util::getVersionString(),
'edition' => '',
+ 'extendedSupport' => \OCP\Util::hasExtendedSupport()
);
if($this->userSession->isLoggedIn()) {