Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -158,9 +158,9 @@ |
159 | 159 | /** |
160 | 160 | * UDP comment and status changes notification |
161 | 161 | */ |
162 | | -$wgCRUDPAddress = false; |
163 | | -$wgCRUDPPort = false; |
164 | | -$wgCRUDPPrefix = ''; |
| 162 | +$wgCodeReviewUDPAddress = false; |
| 163 | +$wgCodeReviewUDPPort = false; |
| 164 | +$wgCodeReviewUDPPrefix = ''; |
165 | 165 | |
166 | 166 | # Schema changes |
167 | 167 | $wgHooks['LoadExtensionSchemaUpdates'][] = 'efCodeReviewSchemaUpdates'; |