From 95415bff69a6dba17d9aa3ff02707c94872e75e4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 28 Jan 2013 19:24:36 -0800 Subject: delete item should now mostly work --- include/notifier.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/notifier.php') diff --git a/include/notifier.php b/include/notifier.php index dddf0aade..b22f77d91 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -204,7 +204,11 @@ function notifier_run($argv, $argc){ $r = fetch_post_tags($r); $target_item = $r[0]; - + + if($target_item['item_restrict'] & ITEM_DELETED) + logger('notifier: target item ITEM_DELETED', LOGGER_DEBUG); + + $s = q("select * from channel where channel_id = %d limit 1", intval($target_item['uid']) ); -- cgit v1.2.3