mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
Fix admin order page blank redirect after status/note update
Missing ob_start() meant HTML was output before POST handler ran, so header() redirects silently failed after saving changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Tom's Java Jive - Admin Order Detail
|
||||
*/
|
||||
|
||||
ob_start();
|
||||
$pageTitle = 'Order Details';
|
||||
require_once __DIR__ . '/includes/header.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user