r72808 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72807‎ | r72808 | r72809 >
Date:14:26, 11 September 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix warning from r72349, $script is no longer used.
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -608,7 +608,7 @@
609609 $this->lastdate = '';
610610 $this->rclistOpen = false;
611611 $wgOut->addModules( 'mediawiki.legacy.enhancedchanges' );
612 - return $script;
 612+ return '';
613613 }
614614 /**
615615 * Format a line for enhanced recentchange (aka with javascript and block of lines).

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72349Merging resourceloader branch into trunk. Full documentation is at http://www...catrope04:00, 4 September 2010

Status & tagging log