X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSpecialRecentchangeslinked.php;h=8239b0a07613979c24a6de85e1742045539e9372;hb=b7db9837bf4fc1ec1ecf6bc5a030b2d59f522878;hp=5ebaef7970ec41ef80c4bd5a3c4df3da491ae956;hpb=72ad47d1831984885af4a233e604f6241b14625a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 5ebaef7970..8239b0a076 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -15,7 +15,7 @@ require_once( 'SpecialRecentchanges.php' ); * @param string $par parent page we will look at */ function wfSpecialRecentchangeslinked( $par = NULL ) { - global $wgUser, $wgOut, $wgLang, $wgContLang, $wgTitle, $wgRequest; + global $wgUser, $wgOut, $wgContLang, $wgRequest; $fname = 'wfSpecialRecentchangeslinked'; $days = $wgRequest->getInt( 'days' );