Loading src/Plugin/Block/InstagramWithoutApi.php +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class InstagramWithoutApi extends BlockBase { $response = (string) $instagram_url->getBody(); if (empty($response)) { //Can't find Url return FALSE; return []; } // the start position Loading Loading
src/Plugin/Block/InstagramWithoutApi.php +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class InstagramWithoutApi extends BlockBase { $response = (string) $instagram_url->getBody(); if (empty($response)) { //Can't find Url return FALSE; return []; } // the start position Loading