Don't unset() $wgOut in AjaxDispatcher.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 29 Jul 2012 19:29:44 +0000 (21:29 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 29 Jul 2012 19:58:03 +0000 (21:58 +0200)
commit059b64c6496c2c7db8056993bab3214de6c3b15b
treeef08161b626d93e6b36c2992cb1666ff1e1b6e99
parentf615a3b7af8e112a072589d7ad455664216d6d46
Don't unset() $wgOut in AjaxDispatcher.

It's now totally useless since we are storing it
in the RequestContext object, so this won't prevent
the MediaWiki class to use it.

Change-Id: I10a15a16769f8f208c13bfb9ad38738562c11eac
includes/AjaxDispatcher.php