diff options
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 3 |
1 files changed, 2 insertions, 1 deletions
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); |