1
0
Fork 0

Replaced "getDetailsByURL" with "getByURL/getByURLForUser"

This commit is contained in:
Michael 2020-07-15 04:42:04 +00:00
commit d9c6a46ffe
29 changed files with 78 additions and 285 deletions

View file

@ -138,7 +138,7 @@ class Poke extends BaseModule
throw new HTTPException\NotFoundException();
}
Model\Profile::load(DI::app(), '', Model\Contact::getDetailsByURL($contact["url"]));
Model\Profile::load(DI::app(), '', Model\Contact::getByURL($contact["url"], 0, [], false));
$verbs = [];
foreach (DI::l10n()->getPokeVerbs() as $verb => $translations) {