We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644b422 commit a7e4884Copy full SHA for a7e4884
Notification/Slack.php
@@ -61,7 +61,7 @@ public function notifyProject(array $project, $event_name, array $event_data)
61
public function getMessage(array $project, $event_name, array $event_data)
62
{
63
if ($this->userSession->isLogged()) {
64
- $author = $this->user->getFullname($this->session['user']);
+ $author = $this->helper->user->getFullname();
65
$title = $this->notification->getTitleWithAuthor($author, $event_name, $event_data);
66
} else {
67
$title = $this->notification->getTitleWithoutAuthor($event_name, $event_data);
0 commit comments