Remove extra semicolon
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Jul 2005 10:00:54 +0000 (10:00 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Jul 2005 10:00:54 +0000 (10:00 +0000)
includes/SpecialWatchlist.php

index 4d83271..e6fabf8 100644 (file)
@@ -15,7 +15,7 @@ require_once( 'WatchedItem.php' );
  * constructor
  */
 function wfSpecialWatchlist( $par ) {
-       global $wgUser, $wgOut, $wgLang, $wgTitle, $wgMemc, $wgRequest, $wgContLang;;
+       global $wgUser, $wgOut, $wgLang, $wgTitle, $wgMemc, $wgRequest, $wgContLang;
        global $wgUseWatchlistCache, $wgWLCacheTimeout, $wgDBname;
        global $wgRCShowWatchingUsers, $wgEnotifWatchlist, $wgShowUpdatedMarker;
        global $wgEnotifWatchlist;