mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +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
|
|
@ -40,7 +40,9 @@ This fork has modifications for:
|
|||
* PHP 7.3+ required
|
||||
* PHP mbstring extension required
|
||||
* PHP replaced pclZip with ZipArchive
|
||||
* PHP yaml extension else use the old Spyc
|
||||
* CRLF => LF line endings
|
||||
* Use gulp-terser instead of gulp-uglify
|
||||
* ES2015 (without polyfills)
|
||||
* No JS nanoscroll
|
||||
* Auth failed attempts written to syslog
|
||||
|
|
|
|||
|
|
@ -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