From: Jens Frank Date: Mon, 27 Mar 2006 20:15:24 +0000 (+0000) Subject: Fix wrong path X-Git-Tag: 1.6.0~103 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=cf256a36bf0617ec3d8815552cde2726ec93707d;p=lhc%2Fweb%2Fwiklou.git Fix wrong path --- 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();