This commit is contained in:
Rob Church 2007-09-21 12:47:05 +00:00
parent 5cc9654537
commit 7741ccd9f6

2
README
View file

@ -25,7 +25,7 @@ MediaWiki installation. Then add the following lines to your
LocalSettings.php file (near the end): LocalSettings.php file (near the end):
$wgUseAjax = true; $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, Note that $wgUseAjax = true; will enable the Ajax framework in MediaWiki,
which is required by the CategoryTree extension. Ajax is a term for using which is required by the CategoryTree extension. Ajax is a term for using