Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert template override path change. #923

Merged
merged 1 commit into from May 12, 2023
Merged

Revert template override path change. #923

merged 1 commit into from May 12, 2023

Conversation

ndm2
Copy link
Contributor

@ndm2 ndm2 commented May 11, 2023

Application overrides do not use the /bake subdirectory.

bake/src/View/BakeView.php

Lines 130 to 133 in e310c84

// Append 'bake' to all directories that aren't the application override directory.
if (strpos($path, 'plugin' . DS . 'Bake') === false) {
$path .= static::BAKE_TEMPLATE_FOLDER . DS;
}

Reverts #915

Application overrides do not use the `/bake` subdirectory.
@markstory markstory merged commit d3b98c9 into 2.x May 12, 2023
13 checks passed
@markstory markstory deleted the ndm2-patch-1 branch May 12, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants