X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphotos.php;h=bd9762882ea96ea831e4ae4e4ce6756938a680b7;hb=8b7cb5d9efeab580c2592e0fbe301f7142b73a3d;hp=745cea30ce7ba17e62441f67d33b7905e8328c91;hpb=ee96c26ede6669cef2e77e1c841cfa73cf07d39a;p=friendica.git diff --git a/mod/photos.php b/mod/photos.php index 745cea30ce..bd9762882e 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -360,7 +360,7 @@ function photos_post(App $a) if (DBA::isResult($photos) && !$item_id) { // Create item container $title = ''; - $uri = Item::newURI($page_owner_uid); + $uri = Item::newURI(); $arr = []; $arr['guid'] = System::createUUID(); @@ -524,7 +524,7 @@ function photos_post(App $a) if (count($taginfo)) { foreach ($taginfo as $tagged) { - $uri = Item::newURI($page_owner_uid); + $uri = Item::newURI(); $arr = []; $arr['guid'] = System::createUUID(); @@ -728,7 +728,7 @@ function photos_post(App $a) $smallest = 2; } - $uri = Item::newURI($page_owner_uid); + $uri = Item::newURI(); // Create item container $lat = $lon = null;