Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -816,7 +816,7 @@ |
817 | 817 | $data['subject'] != $thread->subject() ) { |
818 | 818 | $thread->setSubject( $data['subject'] ); |
819 | 819 | $thread->commitRevision( Threads::CHANGE_EDITED_SUBJECT, |
820 | | - $thread, $summary ); |
| 820 | + $thread, $data['summary'] ); |
821 | 821 | |
822 | 822 | // Disabled page-moving for now. |
823 | 823 | // $this->renameThread( $thread, $subject, $e->summary ); |