From: Tim Starling Date: Sat, 20 Nov 2010 07:01:14 +0000 (+0000) Subject: Fix typo in doc comment. X-Git-Tag: 1.31.0-rc.0~33805 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=e00ed20dbdd1eab3e7b4a200a9c1ea404d4be886;p=lhc%2Fweb%2Fwiklou.git Fix typo in doc comment. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c4014d67f0..ec05475ba2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2297,7 +2297,7 @@ $wgBetterDirectionality = false; * 'scripts' => 'myExtension.js', * 'styles' => 'myExtension.css', * 'dependencies' => array( 'jquery.cookie', 'jquery.tabIndex' ), - * 'localBasePath' => dirname( __FILE ), + * 'localBasePath' => dirname( __FILE__ ), * 'remoteExtPath' => 'MyExtension', * ); */