Fixed Synatx error in post

This commit is contained in:
root 2021-09-10 10:55:38 -04:00
parent b7d0549ede
commit 55a2a7a96a
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@ if(isset($_POST['add_campaign'])){
$_SESSION['alert_message'] = "Campaign created";
header("Location: campaign_details.php?campaign_id=$campaign_id"]);
header("Location: campaign_details.php?campaign_id=$campaign_id");
}