We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d216281 commit 4ecd0b1Copy full SHA for 4ecd0b1
plugins/content/emailcloak/src/Extension/EmailCloak.php
@@ -58,7 +58,7 @@ public function onContentPrepare(ContentPrepareEvent $event)
58
$item = $event->getItem();
59
60
// If the item does not have a text property there is nothing to do
61
- if (!property_exists($item, 'text')) {
+ if (!isset($item->text)) {
62
return;
63
}
64
0 commit comments