Index: trunk/extensions/CodeReview/ui/SpecialRepoAdmin.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | 'repo_viewvc' => $viewPath, |
126 | 126 | 'repo_bugzilla' => $bugPath |
127 | 127 | ), |
128 | | - array( 'repo_id' => $this->mRepo->getId() ), |
| 128 | + array( 'repo_id' => $this->repo->getId() ), |
129 | 129 | __METHOD__ |
130 | 130 | ); |
131 | 131 | } else { |