diff --git a/bl-plugins/remote-content/plugin.php b/bl-plugins/remote-content/plugin.php index f14b4d57..dcad8a72 100644 --- a/bl-plugins/remote-content/plugin.php +++ b/bl-plugins/remote-content/plugin.php @@ -183,7 +183,7 @@ class pluginRemoteContent extends Plugin { unset($lines[$key]); } else { - break; + continue; } } @@ -193,4 +193,4 @@ class pluginRemoteContent extends Plugin { return $row; } -} \ No newline at end of file +}