Index: trunk/extensions/CodeReview/SpecialCode.php |
— | — | @@ -209,7 +209,7 @@ |
210 | 210 | |
211 | 211 | function execute(){ |
212 | 212 | global $wgOut, $wgUser; |
213 | | - if( !$this->mRepo || $this->mRev ) { |
| 213 | + if( !$this->mRepo || !$this->mRev ) { |
214 | 214 | $view = new CodeRepoListView(); |
215 | 215 | $view->execute(); |
216 | 216 | return; |