diff options
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/photos.php b/include/photos.php index d4ddb8909..885d2f958 100644 --- a/include/photos.php +++ b/include/photos.php @@ -219,6 +219,7 @@ function photo_upload($channel, $observer, $args) { $ret['success'] = true; $ret['body'] = $arr['body']; + $ret['resource_id'] = $photo_hash; $ret['photoitem_id'] = $item_id; call_hooks('photo_post_end',$ret); |