r25371 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25370‎ | r25371 | r25372 >
Date:18:15, 31 August 2007
Author:david
Status:old
Tags:
Comment:
trivial change...
Modified paths:
  • /branches/liquidthreads/extensions/LqtModel.php (modified) (history)

Diff [purge]

Index: branches/liquidthreads/extensions/LqtModel.php
@@ -606,7 +606,7 @@
607607 private function splitIncrementFromSubject($subject_string) {
608608 preg_match('/^(.*) \((\d+)\)$/', $subject_string, $matches);
609609 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 );
611611 else
612612 return $matches;
613613 }

Status & tagging log