1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02: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

View File

@@ -5784,7 +5784,7 @@ class e_form
break; break;
case 'country': 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; break;
case 'ip': case 'ip':