mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-30 19:16:15 +00:00
oops ;)
This commit is contained in:
parent
5cc9654537
commit
7741ccd9f6
2
README
2
README
|
@ -25,7 +25,7 @@ MediaWiki installation. Then add the following lines to your
|
|||
LocalSettings.php file (near the end):
|
||||
|
||||
$wgUseAjax = true;
|
||||
require_once( "{$IP}extensions/CategoryTree/CategoryTree.php" );
|
||||
require_once( "{$IP}/extensions/CategoryTree/CategoryTree.php" );
|
||||
|
||||
Note that $wgUseAjax = true; will enable the Ajax framework in MediaWiki,
|
||||
which is required by the CategoryTree extension. Ajax is a term for using
|
||||
|
|
Loading…
Reference in a new issue