From e00ed20dbdd1eab3e7b4a200a9c1ea404d4be886 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 20 Nov 2010 07:01:14 +0000 Subject: [PATCH] Fix typo in doc comment. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', * ); */ -- 2.20.1