mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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;
|
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, '');
|
$sValue = $this->GetActionParam($sParamName, '');
|
||||||
if ($this->HasActionParam($sParamName)) {
|
if ($this->HasActionParam($sParamName)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue