mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Resolve #251
This commit is contained in:
parent
30a6ee5d3d
commit
fd90949e15
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class Manager
|
||||||
public function Hash() : string
|
public function Hash() : string
|
||||||
{
|
{
|
||||||
return \md5(\array_reduce($this->aPlugins, function($sResult, $oPlugin){
|
return \md5(\array_reduce($this->aPlugins, function($sResult, $oPlugin){
|
||||||
$sResult .= "|{$oPlugin->Hash()}";
|
return $sResult . "|{$oPlugin->Hash()}";
|
||||||
}, APP_VERSION));
|
}, APP_VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue