mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:03:41 +00:00
Update log string in Module\Contact\Poke
This commit is contained in:
parent
7f04aea8b1
commit
8cc11d6033
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Poke extends BaseModule
|
||||||
return self::postReturn(false);
|
return self::postReturn(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger::info('poke: verb ' . $verb . ' contact ' . $contact_id);
|
Logger::info('verb ' . $verb . ' contact ' . $contact_id);
|
||||||
|
|
||||||
$contact = DBA::selectFirst('contact', ['id', 'name'], ['id' => $parameters['id'], 'uid' => local_user()]);
|
$contact = DBA::selectFirst('contact', ['id', 'name'], ['id' => $parameters['id'], 'uid' => local_user()]);
|
||||||
if (!DBA::isResult($contact)) {
|
if (!DBA::isResult($contact)) {
|
||||||
|
|
Loading…
Reference in a new issue