Skip to content

Commit

Permalink
Add default for injected value since out app container is not queried…
Browse files Browse the repository at this point in the history
… during update

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Nov 10, 2017
1 parent 4f090c5 commit 13332ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/CardMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct(
IDBConnection $db,
LabelMapper $labelMapper,
IUserManager $userManager,
$databaseType
$databaseType = 'sqlite'
) {
parent::__construct($db, 'deck_cards', '\OCA\Deck\Db\Card');
$this->labelMapper = $labelMapper;
Expand Down

0 comments on commit 13332ec

Please sign in to comment.