Correct the destination of checkLastModified debug messages
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Thu, 6 Feb 2014 19:19:09 +0000 (20:19 +0100)
committerOri.livneh <ori@wikimedia.org>
Fri, 14 Mar 2014 22:33:21 +0000 (22:33 +0000)
commit153abd52fd02f2a5919631fe5d02d2eb1a66f469
treeb082176ac8d9c08958ae585a0b36afed3384c9fb
parent96b04cef361c26bbc6b76be6afbf298e4d22fed3
Correct the destination of checkLastModified debug messages

- OutputPage: if $wgCachePages is set to false, then it can be shown
  back to the user
- AjaxResponder: don't send back to the user (for consistency with the
  other calls to wfDebug(), and this can't be displayed to the user)

Change-Id: I17794016cfaef65ee3df3b82ceb8cb3a32ac7c67
includes/AjaxResponse.php
includes/OutputPage.php