summaryrefslogtreecommitdiff
path: root/includes/bitset.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-12-21 18:09:20 +0100
committerMinteck <contact@minteck.org>2022-12-21 18:09:20 +0100
commitae766d28c07628e71629a72452261898ea72057a (patch)
tree79bf1110a59f8339ce685b80c12d18f3650700d8 /includes/bitset.inc
parent9d5e468be5e58269f8730305745eee29b9d957d5 (diff)
downloadpluralconnect-ae766d28c07628e71629a72452261898ea72057a.tar.gz
pluralconnect-ae766d28c07628e71629a72452261898ea72057a.tar.bz2
pluralconnect-ae766d28c07628e71629a72452261898ea72057a.zip
Update - This is an automated commit
Diffstat (limited to 'includes/bitset.inc')
-rw-r--r--includes/bitset.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bitset.inc b/includes/bitset.inc
index 7d5a963..96c6bfd 100644
--- a/includes/bitset.inc
+++ b/includes/bitset.inc
@@ -106,6 +106,7 @@ function parseMetadata ($metadata) {
$m["median"] = $metadata["median"] ?? null;
$m["birth"] = $metadata["birth"] ?? null;
$m["heat"] = $metadata["heat"] ?? null;
+ $m["code"] = $metadata["code"] ?? null;
} else {
$m = $metadata;
}