Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roywcm committed Apr 8, 2015
1 parent eb2c1f6 commit f071dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExternalCssPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ExternalCssPlugin implements \Swift_Events_SendListener
public function beforeSendPerformed(\Swift_Events_SendEvent $evt)
{
$message = $evt->getMessage();
$message->setBody($external->includeExternalStylesheets($message->getBody()), 'text/html');
$message->setBody($this->includeExternalStylesheets($message->getBody()), 'text/html');
}

/**
Expand Down

0 comments on commit f071dbc

Please sign in to comment.