Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ directory of your MediaWiki installation. You can do this with git by calling:

from your extension directory. Then add to your LocalSettings.php:

`mfLoadExtension( 'AutoCreatePage' );`
`wfLoadExtension( 'AutoCreatePage' );`

The code requires MediaWiki 1.39 to work. It has been tested on MediaWiki 1.39.
Future versions might also work.
Expand Down
Loading