r79385 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79384‎ | r79385 | r79386 >
Date:23:37, 31 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix renaming fail from r79382
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -78,7 +78,7 @@
7979 public static function getPathFragments( $paths = array() ) {
8080 $allPaths = array();
8181 $path = "/";
82 - foreach( $compare as $partPath ) {
 82+ foreach( $paths as $partPath ) {
8383
8484 if ( $path !== "/" ) {
8585 $path .= '/';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79382Refactor out code added in r79379 so it can be reused in a maintenance scriptreedy23:21, 31 December 2010

Status & tagging log