kopia lustrzana https://github.com/nextcloud/social
Initialise $result in function checkInstallationStatus
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>pull/696/head
rodzic
8fe06456c0
commit
7dcdfbcecf
lib/Service
|
@ -181,6 +181,8 @@ class CheckService {
|
|||
$this->configService->setCoreValue('public_webfinger', 'social/lib/webfinger.php');
|
||||
$this->configService->setCoreValue('public_host-meta', 'social/lib/hostmeta.php');
|
||||
|
||||
$result = [];
|
||||
|
||||
if (!$light) {
|
||||
$result = [
|
||||
'invalidFollows' => $this->removeInvalidFollows(),
|
||||
|
|
Ładowanie…
Reference in New Issue