]> git.mxchange.org Git - friendica.git/commitdiff
removal of useless variable
authorMichael <heluecht@pirati.ca>
Sun, 1 Jan 2017 23:38:32 +0000 (23:38 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 1 Jan 2017 23:38:32 +0000 (23:38 +0000)
mod/item.php

index 8290acb9e64932be7d242dc67013e12652088d5e..9e38382cc38d4af6d3f6184dcfae4e5a3ea1730e 100644 (file)
@@ -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'];