Skip to content

Commit 708a51d

Browse files
committed
need to call exit
1 parent 3336efa commit 708a51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/class-bread-admin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ function pwsix_process_wizard()
513513
$data = json_encode($message);
514514
header('Content-Length: ' . strlen($data));
515515
file_put_contents('php://output', $data);
516+
exit();
516517
}
517518
function pwsix_process_settings_admin()
518519
{

0 commit comments

Comments
 (0)