Update log string in Module\Contact\Poke

This commit is contained in:
Hypolite Petovan 2020-04-20 18:02:23 -04:00
parent 7f04aea8b1
commit 8cc11d6033
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Poke extends BaseModule
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()]);
if (!DBA::isResult($contact)) {