missing ]

This commit is contained in:
mischa 2022-08-12 09:41:03 +00:00
parent c05bfb5d8d
commit 7778664471
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ function find_short($hash, $mysqli) {
if (isset($_POST['url'])) {
if ($_POST['url'] != '' && strlen($_POST['url']) > 0) {
$db = db_connect();
$link = generate_short($_POST['url' , $db);
$link = generate_short($_POST['url'], $db);
} else {
$link = false;
}