Skip to content

Commit

Permalink
Change location id in allowed_so
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeto-J committed Aug 17, 2023
1 parent c9e0b78 commit 97c7903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/containerdisplaycondition.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public static function removeBlackListedOption($array, $itemtype_class)
}

if ($itemtype_object->maybeLocated()) {
$allowed_so[80] = Location::getTypeName(0);
$allowed_so[83] = $array[83]['name'];
}

return $allowed_so;
Expand Down

0 comments on commit 97c7903

Please sign in to comment.