Merge pull request #1817 from nextcloud/oc_nus

Expose the needupgrade status (#26209)
This commit is contained in:
Lukas Reschke 2016-10-20 19:38:41 +02:00 committed by GitHub
commit 4c41ff11ac
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ try {
$values=array(
'installed'=>$installed,
'maintenance' => $maintenance,
'needsDbUpgrade' => \OCP\Util::needUpgrade(),
'version'=>implode('.', \OCP\Util::getVersion()),
'versionstring'=>OC_Util::getVersionString(),
'edition'=> '',