From: Niklas Laxström Date: Sat, 11 Sep 2010 14:26:37 +0000 (+0000) Subject: Fix warning from r72349, $script is no longer used. X-Git-Tag: 1.31.0-rc.0~35003 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=18ba9d1f1b6efc55c17a0e2d0d772cfe9b668b8e Fix warning from r72349, $script is no longer used. --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index d37a1bd258..2e603bf050 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -608,7 +608,7 @@ class EnhancedChangesList extends ChangesList { $this->lastdate = ''; $this->rclistOpen = false; $wgOut->addModules( 'mediawiki.legacy.enhancedchanges' ); - return $script; + return ''; } /** * Format a line for enhanced recentchange (aka with javascript and block of lines).