Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -92,14 +92,6 @@ |
93 | 93 | $hthread = ThreadRevision::create( $thread, $change_type ); |
94 | 94 | } |
95 | 95 | |
96 | | - // Increment appropriate reply counts. |
97 | | - $t = $thread->superthread(); |
98 | | - while ($t) { |
99 | | - $t->incrementReplyCount(); |
100 | | - $t->save(); |
101 | | - $t = $t->superthread(); |
102 | | - } |
103 | | - |
104 | 96 | // Create talk page |
105 | 97 | Threads::createTalkpageIfNeeded( $article ); |
106 | 98 | |