Update activitypub.extend.php
This commit is contained in:
parent
c5d8777b80
commit
01375b6cf9
|
@ -455,9 +455,7 @@ function activitypub_add_activity($inbox = "inbox", $data, $mb = array("mb_id" =
|
||||||
}
|
}
|
||||||
$wr_7 = implode(',', $receivers);
|
$wr_7 = implode(',', $receivers);
|
||||||
|
|
||||||
// 외부에 발행되었는지 여부 ('published')
|
// 게시글로 등록
|
||||||
$wr_8 = '';
|
|
||||||
|
|
||||||
$sql = "
|
$sql = "
|
||||||
insert into $write_table
|
insert into $write_table
|
||||||
set wr_num = '$wr_num',
|
set wr_num = '$wr_num',
|
||||||
|
@ -490,7 +488,7 @@ function activitypub_add_activity($inbox = "inbox", $data, $mb = array("mb_id" =
|
||||||
wr_5 = '',
|
wr_5 = '',
|
||||||
wr_6 = '$wr_6',
|
wr_6 = '$wr_6',
|
||||||
wr_7 = '$wr_7',
|
wr_7 = '$wr_7',
|
||||||
wr_8 = '$wr_8',
|
wr_8 = '',
|
||||||
wr_9 = '',
|
wr_9 = '',
|
||||||
wr_10 = ''
|
wr_10 = ''
|
||||||
";
|
";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user