Browse Source

Remove redundant method call.

Helpers are loaded by View's constructor itself.
ADmad 10 years ago
parent
commit
8ddd7049e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Mailer/Email.php

+ 0 - 1
src/Mailer/Email.php

@@ -1812,7 +1812,6 @@ class Email implements JsonSerializable, Serializable
         }
 
         $View = $this->createView();
-        $View->loadHelpers();
 
         list($templatePlugin) = pluginSplit($View->template());
         list($layoutPlugin) = pluginSplit($View->layout());