summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/PostmanModuleTransport.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-08-19 20:55:55 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-08-19 20:55:55 +0000
commit7aa4390a6702059342aad220e53e3aa4efc9caad (patch)
treeb89bd5c2d78d4fce915629b2844a5a54ae6994ca /Postman/Postman-Mail/PostmanModuleTransport.php
parentaba9ae5fb48fa655d8ca01504efd4f6121ca41b5 (diff)
downloadPost-SMTP-7aa4390a6702059342aad220e53e3aa4efc9caad.zip
adding hooks
Diffstat (limited to 'Postman/Postman-Mail/PostmanModuleTransport.php')
-rw-r--r--Postman/Postman-Mail/PostmanModuleTransport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Mail/PostmanModuleTransport.php b/Postman/Postman-Mail/PostmanModuleTransport.php
index 37d692d..12d3d17 100644
--- a/Postman/Postman-Mail/PostmanModuleTransport.php
+++ b/Postman/Postman-Mail/PostmanModuleTransport.php
@@ -78,7 +78,7 @@ abstract class PostmanAbstractModuleTransport implements PostmanModuleTransport
/**
*/
- public function __construct($rootPluginFilenameAndPath) {
+ public function __construct($rootPluginFilenameAndPath = null) {
$this->logger = new PostmanLogger ( get_class ( $this ) );
$this->options = PostmanOptions::getInstance ();
$this->rootPluginFilenameAndPath = $rootPluginFilenameAndPath;