Skip to content

Commit f29c34d

Browse files
authored
Fix var name
v_domain - not a constant
1 parent a07eb1d commit f29c34d

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)