From 1b5cbf56117116a6c87fe5d26144951f539f7f76 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Apr 2015 23:12:31 -0400 Subject: Fix php error --- app/Model/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model') 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']); -- cgit v1.2.3