This commit is contained in:
Artem Bondarenko 2020-10-12 20:51:26 +03:00 committed by David Garcia
parent ce465a8f95
commit db5c577267

View File

@ -38,7 +38,7 @@ final class UnsubscribeTracking
public function isActive(): bool
{
return 'yes' === $this->getActive();
return 'true' === $this->getActive();
}
public function getActive(): string