fix typo in comment

This commit is contained in:
Uwe Steinmann 2019-06-13 08:50:13 +02:00
parent b6893da706
commit b0e3c816ff

View File

@ -41,7 +41,7 @@ $fullname = $_POST["fullname"];
$email = $_POST["email"];
$comment = $_POST["comment"];
$language = $_POST["language"];
/* 'theme' won't be set, if themeselector is turn off */
/* 'theme' won't be set, if themeselector is turned off */
if(isset($_POST["theme"]))
$mytheme = $_POST["theme"];
$current_pwd = $_POST["currentpwd"];