fixed include path of AjaxDispatcher.php in index.php
[lhc/web/wiklou.git] / index.php
index 00a29f2..bd5ffab 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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();