diff --git a/src/Services/Subscribe/SS.php b/src/Services/Subscribe/SS.php index 8bdc140c8..f4a20522e 100755 --- a/src/Services/Subscribe/SS.php +++ b/src/Services/Subscribe/SS.php @@ -20,6 +20,7 @@ final class SS extends Base } $nodes_raw = Subscribe::getUserNodes($user); + $node_custom_config = json_decode($nodes_raw->custom_config, true); foreach ($nodes_raw as $node_raw) { if ((int) $node_raw->sort === 0) {