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

Typo / syntax error in source.filesources.inc #152

Closed
argiepiano opened this issue Mar 10, 2024 · 0 comments · Fixed by #153
Closed

Typo / syntax error in source.filesources.inc #152

argiepiano opened this issue Mar 10, 2024 · 0 comments · Fixed by #153

Comments

@argiepiano
Copy link
Collaborator

There is a typo / syntax error in backup_migrate_destination_filesource::get_files_to_backup() line 314:

if (count($errors < 5)) {

This should be

if (count($errors) < 5) {

argiepiano added a commit to argiepiano/backup_migrate that referenced this issue Mar 10, 2024
argiepiano added a commit that referenced this issue Mar 10, 2024
Issue #152. Fix typo that leads to fatal error
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 a pull request may close this issue.

1 participant