mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
removal of useless variable
This commit is contained in:
parent
79b5eb63db
commit
db2d0e0095
1 changed files with 0 additions and 2 deletions
|
@ -103,8 +103,6 @@ function item_post(&$a) {
|
|||
);
|
||||
}
|
||||
|
||||
$thr_parent_item = $r[0];
|
||||
|
||||
// if this isn't the real parent of the conversation, find it
|
||||
if (dbm::is_result($r)) {
|
||||
$parid = $r[0]['parent'];
|
||||
|
|
Loading…
Reference in a new issue