From fb8bad53c1f3b16e784b52e4019545f863999f1e Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 20 Sep 2022 01:28:45 +1200 Subject: [PATCH] Fix var name --- libary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libary.php b/libary.php index 1f1598a..c380770 100755 --- a/libary.php +++ b/libary.php @@ -60,7 +60,7 @@ if(isset($_GET["game"])) $description = $metadataXML->localizedMetadataList->children(); $screenshot = $metadataXML->screenShotList->screenShot; - $defaultLocale = (string)$mdxml->localizedMetadataList->attributes()->default_locale; + $defaultLocale = (string)$metadataXML->localizedMetadataList->attributes()->default_locale; $isplayable = "";