Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed May 19, 2017
2 parents cb29d81 + f7266ef commit 9d918ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/src/Grav/Common/Grav.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ public function process()
$debugger = $this['debugger'];
$debugger->render();

$this->fireEvent('onOutputRendered');

register_shutdown_function([$this, 'shutdown']);
}

Expand Down
2 changes: 2 additions & 0 deletions system/src/Grav/Common/Processors/RenderProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public function process()

// remove any output
$container->output = '';

$this->container->fireEvent('onOutputRendered');
}
}
}

0 comments on commit 9d918ad

Please sign in to comment.