mirror of
https://github.com/itflow-org/itflow
synced 2026-03-13 17:24:51 +00:00
Fixed Synatx error in post
This commit is contained in:
2
post.php
2
post.php
@@ -1199,7 +1199,7 @@ if(isset($_POST['add_campaign'])){
|
|||||||
|
|
||||||
$_SESSION['alert_message'] = "Campaign created";
|
$_SESSION['alert_message'] = "Campaign created";
|
||||||
|
|
||||||
header("Location: campaign_details.php?campaign_id=$campaign_id"]);
|
header("Location: campaign_details.php?campaign_id=$campaign_id");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user