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/helpers/notification_menu.php | |
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/helpers/notification_menu.php')
-rw-r--r-- | modules/notification/helpers/notification_menu.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php index d04aa8ba..f12d2832 100644 --- a/modules/notification/helpers/notification_menu.php +++ b/modules/notification/helpers/notification_menu.php @@ -1,4 +1,3 @@ - <?php defined("SYSPATH") or die("No direct script access."); /** * Gallery - a web based photo album viewer and editor |