X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=c58746b5ec547287e36ccba496ad2a469faf0f92;hb=38c7f444e1c13327e203ce4e2890826782b39876;hp=3ea35d53fc295a1810f1dafec2d8b1b61e7716b4;hpb=76ef1f726855328d0eee23e0a977160c680a0580;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3ea35d53fc..c58746b5ec 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2760,7 +2760,7 @@ $wgShowRollbackEditCount = 10; * 'scripts' => 'myExtension.js', * 'styles' => 'myExtension.css', * 'dependencies' => array( 'jquery.cookie', 'jquery.tabIndex' ), - * 'localBasePath' => dirname( __FILE__ ), + * 'localBasePath' => __DIR__, * 'remoteExtPath' => 'MyExtension', * ); * @endcode