delete item should now mostly work

This commit is contained in:
friendica
2013-01-28 19:24:36 -08:00
parent 89c6fc939d
commit 95415bff69
3 changed files with 20 additions and 5 deletions

View File

@@ -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'])
);