[Scummvm-git-logs] scummvm-web master -> b5a64de5159e7b37e69e8665639a6af1e0d119f4
bluegr
bluegr at gmail.com
Tue Aug 24 04:33:38 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
b5a64de515 Fixing unsupported platforms not appearing
Commit: b5a64de5159e7b37e69e8665639a6af1e0d119f4
https://github.com/scummvm/scummvm-web/commit/b5a64de5159e7b37e69e8665639a6af1e0d119f4
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2021-08-24T07:33:35+03:00
Commit Message:
Fixing unsupported platforms not appearing
Changed paths:
include/OrmObjects/Compatibility.php
diff --git a/include/OrmObjects/Compatibility.php b/include/OrmObjects/Compatibility.php
index c43072d6..854393b6 100644
--- a/include/OrmObjects/Compatibility.php
+++ b/include/OrmObjects/Compatibility.php
@@ -37,7 +37,7 @@ class Compatibility extends BaseCompatibility
$notes .= "{$this->processPlatforms($stable)}\n";
}
- if ($unstable = $this->getUnstablePlatforms) {
+ if ($unstable = $this->getUnstablePlatforms()) {
$notes .= "**Unsupported Platforms:**\n";
$notes .= "{$this->processPlatforms($unstable)}\n";
}
More information about the Scummvm-git-logs
mailing list