Skip to content

Commit 861e208

Browse files
committed
Fix init.php
Bug: T144727
1 parent bd23729 commit 861e208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
99
wfLoadExtension( 'WikibaseDataModelJavaScript', __DIR__ . '/mediawiki-extension.json' );
1010

11-
include 'resources.php';
12-
include 'resources.test.php';
11+
include __DIR__ . '/resources.php';
12+
include __DIR__ . '/resources.test.php';
1313
}

0 commit comments

Comments
 (0)