We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644f7b commit 58bed41Copy full SHA for 58bed41
Controller/Adminhtml/Container/Generate.php
@@ -103,6 +103,11 @@ public function __construct(
103
*/
104
public function execute()
105
{
106
+ //clear echo current buffer
107
+ if (function_exists('ob_get_clean')) {
108
+ ob_get_clean();
109
+ }
110
+
111
/** @var Redirect $resultRedirect */
112
$resultRedirect = $this->resultFactory->create(ResultFactory::TYPE_REDIRECT);
113
0 commit comments