mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Bugfix: setConfigFromParams() failed
This commit is contained in:
parent
faaf25d4cc
commit
132c0a1349
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ trait Admin
|
|||
return false;
|
||||
}
|
||||
|
||||
private function setConfigFromParams(Config\Application $oConfig, string $sParamName, string $sConfigSector, string $sConfigName, string $sType = 'string', ?callable $mStringCallback = null): void
|
||||
private function setConfigFromParams(\RainLoop\Config\Application $oConfig, string $sParamName, string $sConfigSector, string $sConfigName, string $sType = 'string', ?callable $mStringCallback = null): void
|
||||
{
|
||||
$sValue = $this->GetActionParam($sParamName, '');
|
||||
if ($this->HasActionParam($sParamName)) {
|
||||
|
|
Loading…
Reference in a new issue