We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2657bdd commit 02e1ed6Copy full SHA for 02e1ed6
plugins/behaviour/compat/src/classmap/classmap.php
@@ -514,3 +514,6 @@
514
JLoader::registerAlias('JHtmlTag', '\\Joomla\\CMS\\HTML\\Helpers\\Tag', '6.0');
515
JLoader::registerAlias('JHtmlTel', '\\Joomla\\CMS\\HTML\\Helpers\\Telephone', '6.0');
516
JLoader::registerAlias('JHtmlUser', '\\Joomla\\CMS\\HTML\\Helpers\\User', '6.0');
517
+
518
+// As JLoader is not managing the \Joomla\Input namespace, we need to use the native class alias function
519
+class_alias('\\Joomla\\Input\\Input', '\\Joomla\\CMS\\Input\\Input');
0 commit comments