We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ada4e7 commit 86ae379Copy full SHA for 86ae379
src/Linker.php
@@ -85,9 +85,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader)
85
$Handle = fopen($EventLog, $WriteMode);
86
fwrite($Handle, $Data);
87
fclose($Handle);
88
- if ($WriteMode === 'wb') {
89
- $this->Loader->logRotation($this->Loader->Configuration['phpmailer']['event_log']);
90
- }
+ $this->Loader->logRotation($this->Loader->Configuration['phpmailer']['event_log']);
91
return true;
92
});
93
}
0 commit comments