diff --git a/Locator/FileLocator.php b/Locator/FileLocator.php index 4bb9ce9..16e1c0a 100644 --- a/Locator/FileLocator.php +++ b/Locator/FileLocator.php @@ -81,9 +81,10 @@ public function __construct( ); $this->pathPatterns = array_merge_recursive(array_filter($pathPatterns), $defaultPathPatterns); - + $this->lastTheme = $this->activeTheme->getName(); + parent::__construct(array()); } /**