fixed include path of AjaxDispatcher.php in index.php
This commit is contained in:
parent
80249cf6cb
commit
acd1c91af1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ $title = $wgRequest->getVal( 'title' );
|
|||
# Send Ajax requests to the Ajax dispatcher.
|
||||
#
|
||||
if ( $wgUseAjax && $action == 'ajax' ) {
|
||||
require_once( 'AjaxDispatcher.php' );
|
||||
require_once( $IP . '/includes/AjaxDispatcher.php' );
|
||||
|
||||
$dispatcher = new AjaxDispatcher();
|
||||
$dispatcher->performAction();
|
||||
|
|
|
|||
Loading…
Reference in a new issue