Set output to public so it can be manipulated in the onOutputGenerated() event

This commit is contained in:
Andy Miller
2014-11-07 18:16:42 -07:00
parent 78279e4d7a
commit 16ba82b795

View File

@@ -25,7 +25,7 @@ class Grav extends Container
/**
* @var string
*/
protected $output;
public $output;
/**
* @var static
@@ -294,7 +294,7 @@ class Grav extends Container
*/
public function shutdown()
{
if($this['config']->get('system.debugger.shutdown.close_connection')) {
if ($this['config']->get('system.debugger.shutdown.close_connection')) {
set_time_limit(0);
ignore_user_abort(true);