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 errors logged on Users page #660

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

andrey-utkin
Copy link
Contributor

No description provided.

2024/02/12 18:04:30 [error] 1354432#1354432: *20269 FastCGI sent in stderr: "
PHP Warning:  Cannot assign an empty string to a string offset in /usr/share/bluecherry/www/template/ajax/users.php on line 46
PHP Warning:  implode(): Invalid arguments passed in /usr/share/bluecherry/www/template/ajax/users.php on line 48

Since tmp is used as `$tmp[$id]`, it should be constructed as an array,
not a string. This fixes both warnings.
@curtishall curtishall merged commit 31fdffc into bluecherrydvr:master Feb 15, 2024
2 checks passed
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.

2 participants