Skip to content

Commit

Permalink
Update app/code/core/Mage/Newsletter/Model/Template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 10, 2023
1 parent 61d276b commit fd9ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Newsletter/Model/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function getType()
*/
public function isPreprocessed()
{
return !empty($this->getTemplateTextPreprocessed());
return strlen($this->getTemplateTextPreprocessed()) > 0;
}

/**
Expand Down

0 comments on commit fd9ccc1

Please sign in to comment.