aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php
index a2b7b67b0..a774385da 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -397,7 +397,7 @@ function notification($params) {
if(! $private)
break;
case NOTIFY_MAIL:
- $datarray['textversion'] = $datarray['htmlversion'] = '';
+ $datarray['textversion'] = $datarray['htmlversion'] = $datarray['title'] = '';
break;
default:
break;