Skip to content

Commit

Permalink
Updates to release v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 20, 2017
1 parent 393eb4e commit d1ab7ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ExportMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,10 +775,6 @@ public function run()
$this->destroyPHPExcel();
};
$writer->save($file);
if ($this->raiseEvent('onGenerateFile', [$file, $this]) === false) {
$cleanup();
return;
}
if ($this->stream) {
$this->clearOutputBuffers();
if ($this->_exportType === self::FORMAT_PDF) {
Expand Down

0 comments on commit d1ab7ab

Please sign in to comment.