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

PHP8 fix and few other changes #562

Merged
merged 1 commit into from Jun 1, 2021
Merged

Conversation

safraja
Copy link
Contributor

@safraja safraja commented May 31, 2021

There are 3 changes in this request:

  1. Fix for PHP8: PHP8 does not allow use of undefined variables. Adding isset($exclude_items) to line 2404 prevents fatal error, but since $exclude_items does not exist, the IF branch is pointless and could be removed entirely. However, just in case you want to use it in the future, I decidet to solve the error with isset().
  2. Addition of Webp and AVIF to the list of image formats.
  3. Small fix to CSS: by specification, animation-delay always requires the unit.

@prasathmani prasathmani merged commit f182e37 into prasathmani:master Jun 1, 2021
ner00 pushed a commit to ner00/tinyfilemanager that referenced this pull request May 7, 2023
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