From ec63c0ac223cd880eef4de1b8de5c55fe50025ae Mon Sep 17 00:00:00 2001 From: Manuel Kammermann Date: Sat, 26 Jan 2019 18:50:32 +0100 Subject: [PATCH] allow to place metadata all over the file --- bl-plugins/remote-content/plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}