Sfoglia il codice sorgente

Fix loading as guest

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v20.0.0beta1
Julius Härtl 3 anni fa
parent
commit
2535e0ec04
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      apps/dashboard/lib/Service/BackgroundService.php

+ 3
- 0
apps/dashboard/lib/Service/BackgroundService.php Vedi File

@@ -65,6 +65,9 @@ class BackgroundService {
];

public function __construct(IRootFolder $rootFolder, IAppData $appData, $userId) {
if ($userId === null) {
return;
}
$this->userFolder = $rootFolder->getUserFolder($userId);
try {
$this->dashboardUserFolder = $appData->getFolder($userId);

Loading…
Annulla
Salva