Skip to content

Commit ee5ed65

Browse files
Use wfLoadExtension() in README.md
Now that extension registration should work for this extension, guide people towards it.
1 parent 06c1faa commit ee5ed65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then go into the WikibaseImport extension directory and run ```composer update``
1919
Then, to enable the extension, add it in your ```LocalSettings.php``` file:
2020

2121
```
22-
require_once "$IP/extensions/WikibaseImport/WikibaseImport.php";
22+
wfLoadExtension( 'WikibaseImport' );
2323
```
2424

2525
The extension requires a new database table to map entity ids from the foreign

0 commit comments

Comments
 (0)