Skip to content

Commit

Permalink
Merge pull request #65 from YetiForceCompany/developer
Browse files Browse the repository at this point in the history
Redundant code has been removed
  • Loading branch information
mariuszkrzaczkowski committed Jan 19, 2021
2 parents 3be4677 + 8bc83d7 commit c8bce25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugins/yetiforce/yetiforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@ public function addSenderToList(): void
}
}
if (0 === $props && ($junkMbox = $this->rc->config->get('junk_mbox')) && $mbox !== $junkMbox) {
var_dump($junkMbox);
$this->rc->output->command('addSenderToListMove', $junkMbox);
}
$this->rc->output->command('display_message', \App\Language::translate('LBL_MESSAGE_HAS_BEEN_ADDED', 'OSSMail'), 'notice');
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

return [
'patch' => '2021.01.19',
'version' => '0.1.15'
'version' => '0.1.16'
];

0 comments on commit c8bce25

Please sign in to comment.