SF Bug #3294980 - Template rdn (in lowercase)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user