From 091138cbd3a2d813ae574808d02be69022144a3b Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 9 Aug 2014 17:20:30 -0700 Subject: prevent obscured email notifications --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/enotify.php') 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('',$possess_desc); -- cgit v1.2.3