Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | $wgCodeReviewStyleVersion = 5; |
124 | 124 | |
125 | 125 | // The name of a repo which represents the code running on this wiki, used to highlight active revisions |
126 | | -$wgWikiSVN = 'MediaWiki'; |
| 126 | +$wgWikiSVN = ''; |
127 | 127 | |
128 | 128 | // If you are running a closed svn, fill the following two lines with the username and password |
129 | 129 | // of a user allowed to access it. Otherwise, leave it false. |