From cf256a36bf0617ec3d8815552cde2726ec93707d Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Mon, 27 Mar 2006 20:15:24 +0000 Subject: [PATCH] Fix wrong path --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 45dbb07bad..ba9799fbda 100644 --- 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(); -- 2.20.1