Skip to content

Commit a7e4884

Browse files
committed
Change session calls according to the last Kanboard master
1 parent 644b422 commit a7e4884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notification/Slack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function notifyProject(array $project, $event_name, array $event_data)
6161
public function getMessage(array $project, $event_name, array $event_data)
6262
{
6363
if ($this->userSession->isLogged()) {
64-
$author = $this->user->getFullname($this->session['user']);
64+
$author = $this->helper->user->getFullname();
6565
$title = $this->notification->getTitleWithAuthor($author, $event_name, $event_data);
6666
} else {
6767
$title = $this->notification->getTitleWithoutAuthor($event_name, $event_data);

0 commit comments

Comments
 (0)