Updated variable name

This commit is contained in:
Clayton Wilson 2019-04-22 19:27:35 -04:00 committed by GitHub
parent 175aca119a
commit b5f8ca322a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'];