Index: branches/liquidthreads/extensions/LqtModel.php |
— | — | @@ -606,7 +606,7 @@ |
607 | 607 | private function splitIncrementFromSubject($subject_string) { |
608 | 608 | preg_match('/^(.*) \((\d+)\)$/', $subject_string, $matches); |
609 | 609 | if( count($matches) != 3 ) |
610 | | - throw new MWException( __METHOD__ . ": thread subject has no increment: " . $this->subject() ); |
| 610 | + throw new MWException( __METHOD__ . ": thread subject has no increment: " . $subject_string ); |
611 | 611 | else |
612 | 612 | return $matches; |
613 | 613 | } |