Index: trunk/phase3/includes/SpecialWatchlist.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | * constructor |
17 | 17 | */ |
18 | 18 | function wfSpecialWatchlist( $par ) { |
19 | | - global $wgUser, $wgOut, $wgLang, $wgTitle, $wgMemc, $wgRequest, $wgContLang;; |
| 19 | + global $wgUser, $wgOut, $wgLang, $wgTitle, $wgMemc, $wgRequest, $wgContLang; |
20 | 20 | global $wgUseWatchlistCache, $wgWLCacheTimeout, $wgDBname; |
21 | 21 | global $wgRCShowWatchingUsers, $wgEnotifWatchlist, $wgShowUpdatedMarker; |
22 | 22 | global $wgEnotifWatchlist; |