Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2297,7 +2297,7 @@ |
2298 | 2298 | * 'scripts' => 'myExtension.js', |
2299 | 2299 | * 'styles' => 'myExtension.css', |
2300 | 2300 | * 'dependencies' => array( 'jquery.cookie', 'jquery.tabIndex' ), |
2301 | | - * 'localBasePath' => dirname( __FILE ), |
| 2301 | + * 'localBasePath' => dirname( __FILE__ ), |
2302 | 2302 | * 'remoteExtPath' => 'MyExtension', |
2303 | 2303 | * ); |
2304 | 2304 | */ |