Skip to content

Commit

Permalink
Merge pull request ezsystems#19 from glye/ezp-24135_output_buffer_cle…
Browse files Browse the repository at this point in the history
…ared_legacy_call

Fix EZP-24135: Output buffer gets cleared after legacy call
  • Loading branch information
glye committed Mar 23, 2015
2 parents 4760af3 + eb717c1 commit aa37dd6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mvc/Kernel.php
Expand Up @@ -68,16 +68,6 @@ public function __construct( ezpKernelHandler $kernelHandler, $legacyRootDir, $w
$this->setUseExceptions( true );
}

/**
* Checks if LegacyKernel has already been instantiated.
*
* @return bool
*/
public static function hasInstance()
{
return static::$instance !== null;
}

public static function resetInstance()
{
static::$instance = null;
Expand Down

0 comments on commit aa37dd6

Please sign in to comment.