Remove unused local variable

Change-Id: I93ce25fe158f7a82ade102953d6a2453620b7e0e
This commit is contained in:
Siebrand Mazeland 2013-10-08 18:08:00 +02:00 committed by Hashar
parent c6601cfa0c
commit 751e70d1f8

View file

@ -218,12 +218,12 @@ class WebInstallerOutput {
public function outputHeader() {
$this->headerDone = true;
$dbTypes = $this->parent->getDBTypes();
$this->parent->request->response()->header( 'Content-Type: text/html; charset=utf-8' );
if ( !$this->allowFrames ) {
$this->parent->request->response()->header( 'X-Frame-Options: DENY' );
}
if ( $this->redirectTarget ) {
$this->parent->request->response()->header( 'Location: ' . $this->redirectTarget );