mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Fixed indentation
This commit is contained in:
parent
f27900ad78
commit
07a487cfdc
1 changed files with 1 additions and 1 deletions
|
@ -1758,7 +1758,7 @@ class Item
|
||||||
DBA::insert('contact-relation', $fields, true);
|
DBA::insert('contact-relation', $fields, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
* Allow one to see reply tweets from status.net even when
|
* Allow one to see reply tweets from status.net even when
|
||||||
* we don't have or can't see the original post.
|
* we don't have or can't see the original post.
|
||||||
|
|
Loading…
Reference in a new issue