Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Mar 23, 2024
1 parent faadec7 commit 3432dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/auto_tagger/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function onTagSet(TagSetEvent $event): void
continue;
}

$ttpe = send_event(new TagTermCheckEvent($tag));
$ttpe = send_event(new TagTermCheckEvent($r));

//seperate tags from metatags
if (!$ttpe->metatag) {
Expand Down

0 comments on commit 3432dc7

Please sign in to comment.