forked from joomla/Component-Builder
Added more dynamic placeholder update to the file/folder paths. gh-399
This commit is contained in:
parent
3a0b5706c4
commit
09dcd16b02
@ -1483,7 +1483,7 @@ class Structure extends Get
|
|||||||
*/
|
*/
|
||||||
protected function updateDynamicPath($path)
|
protected function updateDynamicPath($path)
|
||||||
{
|
{
|
||||||
return $this->setPlaceholders($path, ComponentbuilderHelper::$constantPaths);
|
return $this->setPlaceholders($this->setPlaceholders($path, ComponentbuilderHelper::$constantPaths), $this->placeholders);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user