mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing comments left in on previous commit.
This commit is contained in:
parent
9f4597effd
commit
78dd89027d
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ class CakeTextReporter extends CakeBaseReporter {
|
|||
* @return void
|
||||
*/
|
||||
public function paintDocumentStart() {
|
||||
// if (!headers_sent()) {
|
||||
if (!headers_sent()) {
|
||||
header('Content-type: text/plain');
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue