Merge pull request #1817 from nextcloud/oc_nus

Expose the needupgrade status (#26209)
pull/1835/head
Lukas Reschke 2016-10-20 19:38:41 +07:00 committed by GitHub
commit 4c41ff11ac
1 changed files with 1 additions and 0 deletions

@ -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'=> '',