aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-09 17:20:30 -0700
committerfriendica <info@friendica.com>2014-08-09 17:20:30 -0700
commit091138cbd3a2d813ae574808d02be69022144a3b (patch)
tree74b4dd8b5ac73512a71227a99c23c86a763af81c /include/enotify.php
parent229ffd59acf40969d0f20fca34a813f83b1a7944 (diff)
downloadvolse-hubzilla-091138cbd3a2d813ae574808d02be69022144a3b.tar.gz
volse-hubzilla-091138cbd3a2d813ae574808d02be69022144a3b.tar.bz2
volse-hubzilla-091138cbd3a2d813ae574808d02be69022144a3b.zip
prevent obscured email notifications
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 296287626..9a3afa477 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -135,7 +135,7 @@ function notification($params) {
$item_post_type = item_post_type($p[0]);
- $private = $p[0]['item_private'];
+// $private = $p[0]['item_private'];
$parent_id = $p[0]['id'];
//$possess_desc = str_replace('<!item_type!>',$possess_desc);