From 2c2ac8ffed9325ab8494935b6c66122f8d894cd8 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 1 Oct 2023 17:40:26 +0200 Subject: [PATCH] Fix a typo in core.php --- core.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.php b/core.php index cc3a82d..36cb784 100644 --- a/core.php +++ b/core.php @@ -89,6 +89,8 @@ function printFileUploadForm($html, $Error) { $html .= "\t\t\t

WTF? Try again.

\n"; } } + + return "$html"; } ?>