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

Maybe the very last curly brace error in source #219

Closed
gnanet opened this issue Oct 25, 2023 · 1 comment
Closed

Maybe the very last curly brace error in source #219

gnanet opened this issue Oct 25, 2023 · 1 comment

Comments

@gnanet
Copy link

gnanet commented Oct 25, 2023

if (is_dir($currentdir.'/'.$file) && ($file{0} != '.')) {

- if (is_dir($currentdir.'/'.$file) && ($file{0} != '.')) {
+ if (is_dir($currentdir.'/'.$file) && ($file[0] != '.')) {

stumbled upon while moving some of my galleries to a new server,and done a php8.1 lint on all my php sources

JamesHeinrich added a commit that referenced this issue Oct 25, 2023
@JamesHeinrich
Copy link
Owner

Fixed in 98d8766 thanks

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

No branches or pull requests

2 participants