Added more dynamic placeholder update to the file/folder paths. gh-399

This commit is contained in:
Llewellyn van der Merwe 2019-03-20 03:05:33 +02:00
parent 3a0b5706c4
commit 09dcd16b02
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 1 additions and 1 deletions

View File

@ -1483,7 +1483,7 @@ class Structure extends Get
*/
protected function updateDynamicPath($path)
{
return $this->setPlaceholders($path, ComponentbuilderHelper::$constantPaths);
return $this->setPlaceholders($this->setPlaceholders($path, ComponentbuilderHelper::$constantPaths), $this->placeholders);
}
/**