New function for generating item URI
This commit is contained in:
parent
8592fc435c
commit
14cb128264
10 changed files with 51 additions and 45 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue