Index: trunk/extensions/CodeReview/backend/CodeRevision.php |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | public static function getPathFragments( $paths = array() ) { |
80 | 80 | $allPaths = array(); |
81 | 81 | $path = "/"; |
82 | | - foreach( $compare as $partPath ) { |
| 82 | + foreach( $paths as $partPath ) { |
83 | 83 | |
84 | 84 | if ( $path !== "/" ) { |
85 | 85 | $path .= '/'; |