From e124c9fa5ca046d48eb927fe80706cf6d42f6bff Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 3 Oct 2012 22:28:19 -0700 Subject: Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them. --- mod/photos.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/photos.php') 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 -- cgit v1.2.3