mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 07:43:41 +00:00
pumpio: changed logger
This commit is contained in:
parent
8e799b0216
commit
bcf5b407c5
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ function pumpio_send(&$a,&$b) {
|
|||
return;
|
||||
}
|
||||
|
||||
logger("pumpio_send: parameter ".print_r($b, true));
|
||||
logger("pumpio_send: parameter ".print_r($b, true), LOGGER_DATA);
|
||||
|
||||
if($b['parent'] != $b['id']) {
|
||||
// Looking if its a reply to a pumpio post
|
||||
|
|
Loading…
Reference in a new issue