Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.0
  • Loading branch information
metaventis-build committed Sep 26, 2024
2 parents 3228ffd + 2bae21d commit a6caae2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main/php/src/tools/h5p/H5PFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public function isPatchedLibrary($library)
WHERE name = ' . $db->quote($library['machineName']) . '
AND major_version = ' . (int)$library['majorVersion'] . '
AND minor_version = ' . (int)$library['minorVersion'] . '
AND patch_version = ' . (int)$library['patchVersion'];
AND patch_version >= ' . (int)$library['patchVersion'];

$statement = $db->query($query);
return $statement->fetch() === false;
Expand Down
Binary file modified service/src/main/php/src/tools/onlyoffice/storage/templates/init.docx
100755 → 100644
Binary file not shown.

0 comments on commit a6caae2

Please sign in to comment.