We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It checks for $this->nginx_helper_admin which doesn't exist. It should use global $nginx_helper_admin;.
$this->nginx_helper_admin
global $nginx_helper_admin;
nginx-helper/admin/class-fastcgi-purger.php
Line 110 in a277274
The text was updated successfully, but these errors were encountered:
Fix FastCGI_Purger::purge_amp_version() for purge_method=unlink_files
a06adb6
Resolves rtCamp#396.
Vedant-Gandhi
Pathan-Amaankhan
Successfully merging a pull request may close this issue.
It checks for
$this->nginx_helper_admin
which doesn't exist. It should useglobal $nginx_helper_admin;
.nginx-helper/admin/class-fastcgi-purger.php
Line 110 in a277274
The text was updated successfully, but these errors were encountered: