r74077 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74076‎ | r74077 | r74078 >
Date:16:09, 1 October 2010
Author:maxsem
Status:ok
Tags:
Comment:
"self::" --> "this->"
Modified paths:
  • /trunk/phase3/includes/ResourceLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ResourceLoader.php
@@ -297,7 +297,7 @@
298298 return;
299299 }
300300
301 - echo self::makeModuleResponse( $context, $modules, $missing );
 301+ echo $this->makeModuleResponse( $context, $modules, $missing );
302302
303303 wfProfileOut( __METHOD__ );
304304 }

Status & tagging log