1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-19 11:59:55 +01:00

Merge pull request #3652 from SimSync/fix_3647

Fixes #3647: countryname issue.
This commit is contained in:
Cameron 2019-01-30 11:08:24 -08:00 committed by GitHub
commit b34251fd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5784,7 +5784,7 @@ class e_form
break;
case 'country':
$ret = vartrue($parms['pre']).$this->country($key, $value).vartrue($parms['post']);
$ret = vartrue($parms['pre']).$this->country($key, $value, $parms).vartrue($parms['post']);
break;
case 'ip':