Completed checkFirstRun() in DefaultBoardService.php

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-07-11 08:02:54 -04:00
parent a36dfcc144
commit 8a8cffc542
2 changed files with 36 additions and 31 deletions

View File

@@ -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');
}