Skip to content

Commit

Permalink
Fixed extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
joerx committed May 9, 2014
1 parent 2f00a45 commit 58c63cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Email/Email.php
Expand Up @@ -950,7 +950,7 @@ protected function _constructTransport($name) {

if (is_object($config['className'])) {
return $config['className'];
};
}

$className = App::className($config['className'], 'Network/Email', 'Transport');
if (!$className) {
Expand Down

0 comments on commit 58c63cb

Please sign in to comment.