This commit is contained in:
kimamil 2020-05-24 15:53:51 +02:00 committed by GitHub
commit fde811134e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ EOF;
unset($lines[$key]);
} else {
break;
continue;
}
}
@ -206,4 +206,4 @@ EOF;
return $row;
}
}
}