mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Bugfix: RunAdditionalPart() incorrect return type
This commit is contained in:
parent
957ccfeb3b
commit
be6922bd20
2 changed files with 3 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ class Manager
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function RunAdditionalPart(string $sActionName, array $aParts = array()) : self
|
||||
public function RunAdditionalPart(string $sActionName, array $aParts = array()) : bool
|
||||
{
|
||||
$bResult = false;
|
||||
if ($this->bIsEnabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue