1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-07-31 08:15:55 +02:00

Return '0' instead of null

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Bu işleme şunda yer alıyor:
Lukas Reschke 2017-07-19 15:44:25 +02:00 işlemeyi yapan: Roeland Jago Douma
ebeveyn e1f52fc901
işleme 084bac3530
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: F941078878347C0C

Dosyayı Görüntüle

@ -73,7 +73,7 @@ $groupsInfo->setSorting($sortGroupsBy);
list($adminGroup, $groups) = $groupsInfo->get();
$recoveryAdminEnabled = OC_App::isEnabled('encryption') &&
$config->getAppValue( 'encryption', 'recoveryAdminEnabled', null );
$config->getAppValue( 'encryption', 'recoveryAdminEnabled', '0');
if($isAdmin) {
$subAdmins = \OC::$server->getGroupManager()->getSubAdmin()->getAllSubAdmins();