Skip to content

Commit cc6d9cc

Browse files
authored
Merge pull request hestiacp#1212 from FindYanot/patch-1
Fix var name
2 parents a07eb1d + f29c34d commit cc6d9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333

334334
// Flush field values on success
335335
if (empty($_SESSION['error_msg'])) {
336-
$_SESSION['ok_msg'] = __('WEB_DOMAIN_CREATED_OK',htmlentities($_POST[v_domain]),htmlentities($_POST[v_domain]));
336+
$_SESSION['ok_msg'] = __('WEB_DOMAIN_CREATED_OK',htmlentities($_POST['v_domain']),htmlentities($_POST['v_domain']));
337337
unset($v_domain);
338338
unset($v_aliases);
339339
unset($v_ssl);

0 commit comments

Comments
 (0)