Skip to content

Commit

Permalink
fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
RikaFujiwara committed Nov 9, 2018
1 parent 69a13d7 commit 3afa91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Helper/CalendarShareUsersHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getCalendarShareUser($vars, $event, $shareUsers) {
$html = '';
foreach ($shareUsers as $shareUser) {
$html .= $this->DisplayUser->handleLink($shareUser,
array('avatar' => true), null, 'User');
array('avatar' => true), array(), 'User');
$html .= ',  ';
}
$html = trim($html, ',  ');
Expand Down

0 comments on commit 3afa91d

Please sign in to comment.