Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -591,9 +591,12 @@ |
592 | 592 | $signatureEditor; |
593 | 593 | $e->previewTextAfterContent .= |
594 | 594 | Xml::tags( 'p', null, $signatureHTML ); |
595 | | - |
596 | | - $e->editFormTextBeforeContent .= $this->getSubjectEditor( $thread->subject(), $subject ); |
597 | 595 | |
| 596 | + if ( $thread->isTopmostThread() ) { |
| 597 | + $e->editFormTextBeforeContent .= |
| 598 | + $this->getSubjectEditor( $thread->subject(), $subject ); |
| 599 | + } |
| 600 | + |
598 | 601 | $e->edit(); |
599 | 602 | |
600 | 603 | if ( $e->didSave ) { |