Index: trunk/extensions/CodeReview/CodeRevision.php |
— | — | @@ -121,7 +121,6 @@ |
122 | 122 | |
123 | 123 | if( $this->mPaths ) { |
124 | 124 | $data = array(); |
125 | | - $common = explode( '/', $this->mPaths[0]['path'] ); |
126 | 125 | foreach( $this->mPaths as $path ) { |
127 | 126 | $data[] = array( |
128 | 127 | 'cp_repo_id' => $this->mRepo, |