Fix warning from r72349, $script is no longer used.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 11 Sep 2010 14:26:37 +0000 (14:26 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 11 Sep 2010 14:26:37 +0000 (14:26 +0000)
includes/ChangesList.php

index d37a1bd..2e603bf 100644 (file)
@@ -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).