PropertyModifierLConfCustomVar: add array support
This commit is contained in:
parent
ff4e953a11
commit
20ee7f6728
|
@ -23,6 +23,11 @@ class PropertyModifierLConfCustomVar extends PropertyModifierHook
|
||||||
return 'Transform LConf CustomVars to Hash';
|
return 'Transform LConf CustomVars to Hash';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function hasArraySupport()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected function extractLConfVars($value, $vars)
|
protected function extractLConfVars($value, $vars)
|
||||||
{
|
{
|
||||||
if (is_string($value)) {
|
if (is_string($value)) {
|
||||||
|
|
Loading…
Reference in New Issue