diff options
author | Amir Sarabadani <ladsgroup@gmail.com> | 2022-11-02 18:22:08 +0100 |
---|---|---|
committer | Amir Sarabadani <ladsgroup@gmail.com> | 2022-11-08 10:53:27 +0100 |
commit | 7690ab4e33eafdcd0aa0a3eb85f47738204d52bf (patch) | |
tree | 53982b787e225592b517e9ebe7921ef769c0878a /includes/libs/HttpStatus.php | |
parent | 431b9663a121246ba8a3f8c57705ad6e89eefadc (diff) | |
download | mediawikicore-7690ab4e33eafdcd0aa0a3eb85f47738204d52bf.tar.gz mediawikicore-7690ab4e33eafdcd0aa0a3eb85f47738204d52bf.zip |
Reorg: Move HeaderCallback to Request directory
Cleaning root of includes/
Bug: T321882
Change-Id: I1844da95d4fd79824646fdf4b6063cb771ca3000
Diffstat (limited to 'includes/libs/HttpStatus.php')
-rw-r--r-- | includes/libs/HttpStatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/HttpStatus.php b/includes/libs/HttpStatus.php index 4b1416050182..1c4525d129fe 100644 --- a/includes/libs/HttpStatus.php +++ b/includes/libs/HttpStatus.php @@ -101,7 +101,7 @@ class HttpStatus { return; } - MediaWiki\HeaderCallback::warnIfHeadersSent(); + \MediaWiki\Request\HeaderCallback::warnIfHeadersSent(); if ( $version === null ) { $version = isset( $_SERVER['SERVER_PROTOCOL'] ) && $_SERVER['SERVER_PROTOCOL'] === 'HTTP/1.0' ? |