Skip to content

Commit

Permalink
Merge pull request #92 from creative-commoners/pulls/4.2/remove-self
Browse files Browse the repository at this point in the history
ENH Use class name instead of self
  • Loading branch information
GuySartorelli authored Jun 17, 2024
2 parents 557b26b + 7b8e23f commit bfdd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/SitewideContentTaxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function updateColumns($itemType, &$columns)
}

// Check if pages has the tags field
if (!self::enabled()) {
if (!SitewideContentTaxonomy::enabled()) {
return;
}

Expand Down

0 comments on commit bfdd0eb

Please sign in to comment.