Skip to content

Commit

Permalink
Merge pull request #115 from XWB/crash
Browse files Browse the repository at this point in the history
Fixed crash in FileLocator
  • Loading branch information
lsmith77 committed Feb 2, 2015
2 parents 2a370bd + ca17af9 commit a594cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Locator/FileLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ public function __construct(
);

$this->pathPatterns = array_merge_recursive(array_filter($pathPatterns), $defaultPathPatterns);

$this->lastTheme = $this->activeTheme->getName();

parent::__construct(array());
}

/**
Expand Down

0 comments on commit a594cc6

Please sign in to comment.