diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-02-02 07:32:45 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-02-02 07:32:45 +0000 |
commit | 60d3d6e704176a54fe9870021a3ecabf8bd52037 (patch) | |
tree | d9847d4aa4e2ea77476db58128bcdf349c3976e1 /modules/notification/views | |
parent | 5d0b710d54c84e281cd88efda5bacf9e2916a5a3 (diff) |
code audit fixes + bug fix: don't call sendmail with an empty To list (in notifications module)
Diffstat (limited to 'modules/notification/views')
-rw-r--r-- | modules/notification/views/comment_added.html.php | 1 | ||||
-rw-r--r-- | modules/notification/views/comment_changed.html.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/notification/views/comment_added.html.php b/modules/notification/views/comment_added.html.php index e69de29b..115bfc86 100644 --- a/modules/notification/views/comment_added.html.php +++ b/modules/notification/views/comment_added.html.php @@ -0,0 +1 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> diff --git a/modules/notification/views/comment_changed.html.php b/modules/notification/views/comment_changed.html.php index e69de29b..115bfc86 100644 --- a/modules/notification/views/comment_changed.html.php +++ b/modules/notification/views/comment_changed.html.php @@ -0,0 +1 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> |