allow to place metadata all over the file

This commit is contained in:
Manuel Kammermann 2019-01-26 18:50:32 +01:00
parent 0eacad9a95
commit ec63c0ac22
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ class pluginRemoteContent extends Plugin {
unset($lines[$key]);
} else {
break;
continue;
}
}
@ -193,4 +193,4 @@ class pluginRemoteContent extends Plugin {
return $row;
}
}
}