1
1
Fork 0

New function for generating item URI

This commit is contained in:
Michael 2018-06-16 06:44:19 +00:00
commit 14cb128264
10 changed files with 51 additions and 45 deletions

View file

@ -92,7 +92,7 @@ function poke_init(App $a) {
$poster = $a->contact;
$uri = item_new_uri($a->get_hostname(), $uid);
$uri = Item::newURI($uid);
$arr = [];