mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 23:39:16 +00:00
Fixing bugs found by static analysis
This commit is contained in:
@@ -28,7 +28,7 @@ class ttrssMailer extends PHPMailer {
|
||||
$this->Host = $pair[0];
|
||||
$this->Port = $pair[1];
|
||||
|
||||
if (!$Port) $Port = 25;
|
||||
if (!$this->Port) $this->Port = 25;
|
||||
} else {
|
||||
$this->Host = '';
|
||||
$this->Port = '';
|
||||
|
||||
Reference in New Issue
Block a user