From: Trevor Parscal Date: Fri, 1 Oct 2010 22:06:03 +0000 (+0000) Subject: Fixed typo in r73673, thank for spotting that Roan! X-Git-Tag: 1.31.0-rc.0~34694 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=0dc580a7011049490d7c254f941901111c656991;p=lhc%2Fweb%2Fwiklou.git Fixed typo in r73673, thank for spotting that Roan! --- diff --git a/includes/ResourceLoader.php b/includes/ResourceLoader.php index 681c7a0c39..aa7685bbb6 100644 --- a/includes/ResourceLoader.php +++ b/includes/ResourceLoader.php @@ -419,7 +419,7 @@ class ResourceLoader { return "mediaWiki.loader.state( $statuses );\n"; } else { $name = Xml::escapeJsString( $name ); - $name = Xml::escapeJsString( $state ); + $state = Xml::escapeJsString( $state ); return "mediaWiki.loader.state( '$name', '$state' );\n"; } }