mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
Remove unused uid parameter in Item::newURI
This commit is contained in:
parent
b31c2f4ec1
commit
eb8237dd89
10 changed files with 17 additions and 18 deletions
|
@ -82,7 +82,7 @@ class Poke extends BaseModule
|
|||
|
||||
$actor = Contact::getById($a->getContactId());
|
||||
|
||||
$uri = Model\Item::newURI($uid);
|
||||
$uri = Model\Item::newURI();
|
||||
|
||||
$arr = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue