no message
This commit is contained in:
parent
f1d7bcbb79
commit
ab37e420eb
@ -74,8 +74,8 @@ final class FreenodeSync
|
||||
$aResultAll = [];
|
||||
foreach ($oFnSiteList as $oFnSite) {
|
||||
|
||||
$sFreenodeClient = $oFnSite->freenode_client ?? '';
|
||||
$aFreenodeClient = json_decode($sFreenodeClient, true);
|
||||
$aSiteConfig = json_decode($oFnSite->config ?? '', true);
|
||||
$aFreenodeClient = $aSiteConfig["freenode_client"] ?? [];
|
||||
|
||||
$aData = [];
|
||||
$aData["site_code_short"] = $oFnSite->code_short;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user