- Affected version
- 2.3.7
When creating
Chould this be changed to
extension_hint.php
for an Add-on, method \XF\DevelopmentOutput\ClassExtension::getExtensionCacheFileValue()
does not call \XF::getClassForAlias()
which might create base class names that do not exist unaliased in XenForo 2.3.Chould this be changed to
'from_class' => '\\' . ltrim(\XF::getClassForAlias($extension->from_class), '\\'),
so the unaliased class names are used?