Index: trunk/extensions/CodeReview/backend/CodeRevision.php |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | if ( $rev->mPaths ) { |
27 | 27 | if ( count( $rev->mPaths ) == 1 ) { |
28 | 28 | $common = $rev->mPaths[0]['path']; |
| 29 | + $rev->mPaths = CodeRevision::getPathFragments( $rev->mPaths ); |
29 | 30 | } else { |
30 | 31 | $first = array_shift( $rev->mPaths ); |
31 | 32 | |