Fix wrong path
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 27 Mar 2006 20:15:24 +0000 (20:15 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 27 Mar 2006 20:15:24 +0000 (20:15 +0000)
index.php

index 45dbb07..ba9799f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -94,7 +94,7 @@ $title = $wgRequest->getVal( 'title' );
 # Send Ajax requests to the Ajax dispatcher.
 #
 if ( $wgUseAjax && $action == 'ajax' ) {
-       require_once( 'ajax.php' );
+       require_once( 'AjaxDispatcher.php' );
 
        $dispatcher = new AjaxDispatcher();
        $dispatcher->performAction();