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

[3.x] Don't force html suffix #705

Closed
wants to merge 1 commit into from

Conversation

BobWez98
Copy link
Collaborator

When the catalog/seo/product_url_suffix or catalog/seo/category_url_suffix config setting is set to null this causes the fallback check to return the default because null is a false value.

return static::getValue($path, options: ['cache' => true, 'decrypt' => $sensitive]) ?? $default;

2.x: #704

@royduin
Copy link
Member

royduin commented Feb 20, 2025

Closing in favor of #737

@royduin royduin closed this Feb 20, 2025
@royduin royduin deleted the feature/dont-force-html-suffix-3.x branch February 20, 2025 14:40
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.

3 participants