diff options
Diffstat (limited to 'app/Event/FileNotificationListener.php')
-rw-r--r-- | app/Event/FileNotificationListener.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/FileNotificationListener.php b/app/Event/FileNotificationListener.php index 98fc4260..ed5d78ed 100644 --- a/app/Event/FileNotificationListener.php +++ b/app/Event/FileNotificationListener.php @@ -23,7 +23,7 @@ class FileNotificationListener extends BaseNotificationListener { $values = array(); $values['file'] = $data; - $values['task'] = $this->notification->task->getById($data['task_id'], true); + $values['task'] = $this->notification->task->getDetails($data['task_id']); return $values; } |