1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Update V17.php

This commit is contained in:
Bradley Schofield 2024-02-18 08:35:26 +00:00
parent aa05901f2f
commit 461795b6ff

View file

@ -59,6 +59,10 @@ class V17 extends Filter
private function convertOldQueries(array $content): array
{
if (!isset($content['queries'])) {
return $content;
}
$parsed = [];
foreach ($content['queries'] as $query) {
try {