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

Fix Facebook login, smarty upgrade, Fix error on reservation page, when accessory is NULL on max or min. #448

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

lennert1986
Copy link

To ensure that NULL values in both MinQuantity and MaxQuantity do not trigger errors during validation, we can update the MaxQuantity check in the same way as the MinQuantity check.

I've added a check for is_null for both limits in the updated code.

Smarty works fine in 4.5

Package facebook/graph-sdk is abandoned, you should avoid using it. No replacement was suggested.

This is an unofficial version of Facebook's PHP SDK designed for PHP 7/8+. It is being maintained and tested against the newest PHP versions. You can use this in place of version 5.x of Facebook's deprecated facebook/graph-sdk package.

To ensure that NULL values in both MinQuantity and MaxQuantity do not trigger errors during validation, we can update the MaxQuantity check in the same way as the MinQuantity check.

I've added a check for is_null for both limits in the updated code.
Smarty works fine in 4.5
Package facebook/graph-sdk is abandoned, you should avoid using it. No replacement was suggested.

This is an unofficial version of Facebook's PHP SDK designed for PHP 7/8+. It is being maintained and tested against the newest PHP versions. You can use this in place of version 5.x of Facebook's deprecated facebook/graph-sdk package.
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.

1 participant