allow to place metadata all over the file
This commit is contained in:
parent
0eacad9a95
commit
ec63c0ac22
|
@ -183,7 +183,7 @@ class pluginRemoteContent extends Plugin {
|
||||||
|
|
||||||
unset($lines[$key]);
|
unset($lines[$key]);
|
||||||
} else {
|
} else {
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,4 +193,4 @@ class pluginRemoteContent extends Plugin {
|
||||||
return $row;
|
return $row;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue