Bugfix: RunAdditionalPart() incorrect return type

This commit is contained in:
djmaze 2020-07-08 16:48:35 +02:00
parent 957ccfeb3b
commit be6922bd20
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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)