diff options
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/photos.php b/mod/photos.php index 25e04d79c..350b4bcd5 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -405,7 +405,7 @@ function photos_post(&$a) { // Create item container $title = ''; - $uri = item_new_uri($a->get_hostname(),$page_owner_uid); + $uri = item_message_id(); $arr = array(); @@ -588,7 +588,7 @@ function photos_post(&$a) { if(count($taginfo)) { foreach($taginfo as $tagged) { - $uri = item_new_uri($a->get_hostname(),$page_owner_uid); + $uri = item_message_id(); $arr = array(); @@ -805,7 +805,7 @@ function photos_post(&$a) { } $basename = basename($filename); - $uri = item_new_uri($a->get_hostname(), $page_owner_uid); + $uri = item_message_id(); // Create item container |