Completed checkFirstRun() in DefaultBoardService.php
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
@@ -58,7 +58,7 @@ class PageController extends Controller {
|
||||
'maxUploadSize' => \OCP\Util::uploadLimit(),
|
||||
];
|
||||
|
||||
if ($this->defaultBoardService->checkFirstRun($this->userId, $AppName)) {
|
||||
if ($this->defaultBoardService->checkFirstRun($this->userId, $this->appName)) {
|
||||
$this->defaultBoardService->createDefaultBoard('Personal', $this->userId, '000000');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user