sforkowany z mirror/friendica
Tabs instead of spaces
rodzic
a4607f8d1c
commit
0bdd133ebb
|
@ -13,7 +13,7 @@ function share_init(App $a) {
|
||||||
|
|
||||||
$fields = ['private', 'body', 'author-name', 'author-link', 'author-avatar',
|
$fields = ['private', 'body', 'author-name', 'author-link', 'author-avatar',
|
||||||
'guid', 'created', 'plink', 'title'];
|
'guid', 'created', 'plink', 'title'];
|
||||||
$item = Item::selectFirst(local_user(), $fields, ['id' => $post_id]);
|
$item = Item::selectFirst(local_user(), $fields, ['id' => $post_id]);
|
||||||
|
|
||||||
if (!DBM::is_result($item) || $item['private']) {
|
if (!DBM::is_result($item) || $item['private']) {
|
||||||
killme();
|
killme();
|
||||||
|
|
Ładowanie…
Reference in New Issue