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