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

FastCGI_Purger::purge_amp_version() doesn't support purge_method=unlink_files #396

Open
stefanfisk opened this issue Mar 5, 2025 · 0 comments · May be fixed by #397
Open

FastCGI_Purger::purge_amp_version() doesn't support purge_method=unlink_files #396

stefanfisk opened this issue Mar 5, 2025 · 0 comments · May be fixed by #397
Assignees

Comments

@stefanfisk
Copy link

It checks for $this->nginx_helper_admin which doesn't exist. It should use global $nginx_helper_admin;.

if ( 'unlink_files' === $this->nginx_helper_admin->options['purge_method'] ) {

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.

3 participants