r44698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44697‎ | r44698 | r44699 >
Date:01:04, 17 December 2008
Author:aaron
Status:ok
Tags:
Comment:
Fix path search regression
Modified paths:
  • /trunk/extensions/CodeReview/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeRevisionView.php
@@ -205,6 +205,7 @@
206206 }
207207
208208 protected function splitTags( $input ) {
 209+ if( !$this->mRev ) return array();
209210 $tags = array_map( 'trim', explode( ",", $input ) );
210211 foreach( $tags as $key => $tag ) {
211212 $normal = $this->mRev->normalizeTag( $tag );

Status & tagging log