[Action] Fix action=ajax
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 21 Jan 2012 20:13:57 +0000 (20:13 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 21 Jan 2012 20:13:57 +0000 (20:13 +0000)
commitdb97a3a3f99de76d326192dfad15700de4dcb392
treeb3300f574f37b4eba75d30bf899e2ee4a23461ea
parente10448fe06fe2be4c919895b404ede5f486dad99
[Action] Fix action=ajax
* Move Ajax stuff to before regular title/page action handling. Ajax actions circumvent most stuff and return early from the regular execution.
* Needed because getAction / Action-classes can't handle action=ajax properly, which isn't until MediaWiki::performAction
* Also undo's debug 'true' in the if-statement from r109688
includes/Wiki.php