Bug getExtensionCacheFileValue() does not call \XF::getClassForAlias()

There is a bug in this version
K

Kirby

Guest
When creating 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?

Continue reading...