Skip to content

Commit

Permalink
partial merge of propelorm#1095
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Oct 31, 2022
1 parent b9f90ff commit 673b0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/lib/builder/util/PropelTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function render($vars = array())

extract($vars);
ob_start();
ob_implicit_flush(0);
ob_implicit_flush(false);

try {
if (null !== $this->templateFile) {
Expand Down

0 comments on commit 673b0c4

Please sign in to comment.