From 4b4d680dc4e40384e9cc71591609a1f788f31c66 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 7 Jul 2010 22:44:22 -0700 Subject: sort out anon profile display and write permissions --- mod/item.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 2b03ecaa2..23917161b 100644 --- a/mod/item.php +++ b/mod/item.php @@ -58,8 +58,9 @@ function item_post(&$a) { intval($post_id)); } -// require('notifier.php'); + proc_close(proc_open("php include/notifier.php $post_id > notify.log &", + array(),$foo)); // notifier($a,$post_id,$parent); -- cgit v1.2.3