Skip to content

Commit

Permalink
Version could also be saved as float
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Voit <[email protected]>
  • Loading branch information
N4IR0 authored and backportbot[bot] committed Mar 26, 2024
1 parent a0ba1ac commit 07dc1a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/MetaDataStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ public function readSignature(int $id): string {
return "";
}

if ($decodedMetadata['metadata']['version'] === 1.2) {
return "";
}

throw $ex;
}
}
Expand Down

0 comments on commit 07dc1a4

Please sign in to comment.