projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f04aea
)
Update log string in Module\Contact\Poke
author
Hypolite Petovan
<hypolite@mrpetovan.com>
Mon, 20 Apr 2020 22:02:23 +0000
(18:02 -0400)
committer
Hypolite Petovan
<hypolite@mrpetovan.com>
Mon, 20 Apr 2020 22:02:23 +0000
(18:02 -0400)
src/Module/Contact/Poke.php
patch
|
blob
|
history
diff --git
a/src/Module/Contact/Poke.php
b/src/Module/Contact/Poke.php
index a1c2c289fe6b76fbfd1d3ef3f5decdb3569f62a6..9975ac1f289fe3f5532da42d954ff7a862f95f37 100644
(file)
--- a/
src/Module/Contact/Poke.php
+++ b/
src/Module/Contact/Poke.php
@@
-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)) {