From 6c1d587ae3609fbf9670786b9ce807d104fe774d Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 3 May 2011 05:27:19 -0700 Subject: notify not called on new photo album (first item) --- mod/photos.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index 324ce898d..86c2cb597 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -639,6 +639,9 @@ foreach($_FILES AS $key => $val) { $item_id = item_store($arr); + if($visible) + proc_run('php', "include/notifier.php", 'wall-new', $item_id); + call_hooks('photo_post_end',intval($item_id)); // addon uploaders should call "killme()" [e.g. exit] within the photo_post_end hook -- cgit v1.2.3