Merge branch '3.0'

This commit is contained in:
terrafrost 2023-12-27 00:55:41 -06:00
commit 20f8c3101b
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ abstract class AsymmetricKey
$shortname = $meta->getShortName();
self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
if ($meta->hasConstant('IS_INVISIBLE')) {
self::$invisiblePlugins[static::ALGORITHM] = strtolower($name);
self::$invisiblePlugins[static::ALGORITHM][] = strtolower($shortname);
}
}
}