diff options
author | friendica <info@friendica.com> | 2014-08-09 17:20:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-09 17:20:30 -0700 |
commit | 091138cbd3a2d813ae574808d02be69022144a3b (patch) | |
tree | 74b4dd8b5ac73512a71227a99c23c86a763af81c | |
parent | 229ffd59acf40969d0f20fca34a813f83b1a7944 (diff) | |
download | volse-hubzilla-091138cbd3a2d813ae574808d02be69022144a3b.tar.gz volse-hubzilla-091138cbd3a2d813ae574808d02be69022144a3b.tar.bz2 volse-hubzilla-091138cbd3a2d813ae574808d02be69022144a3b.zip |
prevent obscured email notifications
-rw-r--r-- | include/enotify.php | 2 |
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); |