summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Model/Notification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Notification.php b/app/Model/Notification.php
index 18089122..02b4a3ed 100644
--- a/app/Model/Notification.php
+++ b/app/Model/Notification.php
@@ -105,7 +105,7 @@ class Notification extends Base
$author = '';
if (Session::isOpen()) {
- $author = e('%s via Kanboard', $this->user->getFullname($this->session['user']));
+ $author = e('%s via Kanboard', $this->user->getFullname($_SESSION['user']));
}
$mailer = Swift_Mailer::newInstance($this->container['mailer']);