From: Brion Vibber Date: Fri, 22 Jul 2005 10:00:54 +0000 (+0000) Subject: Remove extra semicolon X-Git-Tag: 1.5.0beta4~69 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=7a80ddd232cec09c8c9f1145918bcd7481487f13;p=lhc%2Fweb%2Fwiklou.git Remove extra semicolon --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 4d83271cd5..e6fabf80fa 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -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;