Skip to content

Commit ba13429

Browse files
committed
Fix undefined variable params
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent ed8125c commit ba13429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Activity/DeckProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function parse($language, IEvent $event, IEvent $previousEvent = null) {
9696
unset($subjectParams['author']);
9797
}
9898
$user = $this->userManager->get($author);
99+
$params = [];
99100
if ($user !== null) {
100101
$params = [
101102
'user' => [

0 commit comments

Comments
 (0)