We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd23729 commit 861e208Copy full SHA for 861e208
init.php
@@ -8,6 +8,6 @@
8
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
9
wfLoadExtension( 'WikibaseDataModelJavaScript', __DIR__ . '/mediawiki-extension.json' );
10
11
- include 'resources.php';
12
- include 'resources.test.php';
+ include __DIR__ . '/resources.php';
+ include __DIR__ . '/resources.test.php';
13
}
0 commit comments