Skip to content

Commit

Permalink
small php lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geckod22 committed Feb 21, 2025
1 parent 6f70b23 commit 33118e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function __construct( Container $container ) {
* Remove the .htaccess rules for the file cache if the brand is Bluehost or HostGator.
*/
public function remove_file_cache_htaccess_for_bh_hg() {
$brand = $this->container->plugin()->brand;
$brand = $this->container->plugin()->brand;
$fixed_bh_hg = get_option( 'nfd_file_cache_fixed_bh_hg', false );
if ( ( 'bluehost' === $brand || 'hostgator' !== $brand ) && ! $fixed_bh_hg ) {
File::removeRules();
Expand Down

0 comments on commit 33118e8

Please sign in to comment.