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

Remove the correct variables in simplesamlphp_auth_update_1000() #8

Closed
argiepiano opened this issue Nov 17, 2022 · 1 comment · Fixed by #12
Closed

Remove the correct variables in simplesamlphp_auth_update_1000() #8

argiepiano opened this issue Nov 17, 2022 · 1 comment · Fixed by #12

Comments

@argiepiano
Copy link

All the update_variable_del() calls in simplesamlphp_auth_update_1000() pass the wrong variable names to the delete function. For example, you want to delete simplesamlphp_auth_activate, not activate (which doesn't exist).

This means that all those D7 variables are kept in the database even after the upgrade.

@laryn
Copy link
Member

laryn commented Jan 16, 2023

👍 I noticed this, too, when looking at another issue.

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.

2 participants