no message
This commit is contained in:
parent
40203665ab
commit
3b5dd60d5f
@ -48,7 +48,7 @@ final class ShadowRocketPublish
|
|||||||
'{$sContent}' => $sShadowRocketIdsHtml,
|
'{$sContent}' => $sShadowRocketIdsHtml,
|
||||||
'{$sShip}' => $sShip,
|
'{$sShip}' => $sShip,
|
||||||
'{$sTgHref}' => $aSiteConfig['telegram'],
|
'{$sTgHref}' => $aSiteConfig['telegram'],
|
||||||
'{$sGithubHref}' => $aSiteConfig['github']
|
'{$sGithubHref}' => $aSiteConfig['github'] ?? ''
|
||||||
];
|
];
|
||||||
|
|
||||||
$sArticle = self::nl2p(str_replace(array_keys($aFilter), array_values($aFilter), $sArticle));
|
$sArticle = self::nl2p(str_replace(array_keys($aFilter), array_values($aFilter), $sArticle));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user