Updated variable name

This commit is contained in:
2019-04-22 19:27:35 -04:00
committed by GitHub
parent 175aca119a
commit b5f8ca322a

View File

@@ -12,7 +12,7 @@ if($conn->connect_error) {
} }
$url = $_GET['url']; $url = $_GET['url'];
$title = $_GET['name']; $title = $_GET['title'];
$username = $_GET['username']; $username = $_GET['username'];
$description = $_GET['description']; $description = $_GET['description'];
$event_date = $_GET['video-date']; $event_date = $_GET['video-date'];