mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
infrastructure for salmon
This commit is contained in:
parent
98ebcada61
commit
a0ecdd025e
8 changed files with 63 additions and 2 deletions
|
@ -87,7 +87,7 @@ function pubsub_post(&$a) {
|
|||
|
||||
$debugging = get_config('system','debugging');
|
||||
if($debugging)
|
||||
file_put_contents('pubsub.out',$xml);
|
||||
file_put_contents('pubsub.out',$xml,FILE_APPEND);
|
||||
|
||||
$nick = (($a->argc > 1) ? notags(trim($a->argv[1])) : '');
|
||||
$contact_id = (($a->argc > 2) ? intval($a->argv[2]) : 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue