1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-26 01:11:28 +02:00
Added the $parms var to the country() method call (in renderElement())
This commit is contained in:
Achim Ennenbach
2019-01-30 18:39:07 +01:00
parent a8c39dc2b4
commit 9323d0e6a4

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':