Fix yet another typo

This commit is contained in:
Jacob 2023-10-01 17:46:46 +02:00
parent 8f750c932c
commit c84f8be3ae

View file

@ -24,7 +24,7 @@ $html .= "\t\t\t\t<p>$instanceDescription</p>\n";
// If logged in ...
if (isset($_COOKIE[$cookieTypeName]) || ($publicUploading || $publicUploading == "true")) {
$html .= printFileUploadForm($html, $Error);
$html = printFileUploadForm($html, $Error);
} else {
$html .= "\t\t\t\t<p>To upload a file, <a href=\"login.php\">log in using your key</a> and select a file to upload. After uploading, you will receive a link to the file stored on the servers.</p>\n";
}