SF Bug #3294980 - Template rdn (in lowercase)
This commit is contained in:
parent
41c2821395
commit
6eb6641454
@ -852,7 +852,7 @@ class Template extends xmlTemplate {
|
|||||||
return '';
|
return '';
|
||||||
|
|
||||||
foreach ($vals as $val)
|
foreach ($vals as $val)
|
||||||
$rdn .= sprintf('%s=%s+',$attribute->getName(),$val);
|
$rdn .= sprintf('%s=%s+',$attribute->getName(false),$val);
|
||||||
}
|
}
|
||||||
|
|
||||||
# Chop the last plus sign off when returning
|
# Chop the last plus sign off when returning
|
||||||
|
Loading…
Reference in New Issue
Block a user