This commit is contained in:
the-djmaze 2022-03-01 11:08:38 +01:00
parent 30a6ee5d3d
commit fd90949e15

View file

@ -158,7 +158,7 @@ class Manager
public function Hash() : string
{
return \md5(\array_reduce($this->aPlugins, function($sResult, $oPlugin){
$sResult .= "|{$oPlugin->Hash()}";
return $sResult . "|{$oPlugin->Hash()}";
}, APP_VERSION));
}