Skip to content

Commit

Permalink
Fix classMap alias
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 26, 2017
1 parent dd6dda4 commit a6e771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
JLoader::registerAlias('JMailWrapperHelper', '\\Joomla\\CMS\\Mail\\MailWrapper', '5.0');

JLoader::registerAlias('JClientHelper', '\\Joomla\\CMS\\Client\\ClientHelper', '5.0');
JLoader::registerAlias('JClientWrapperHelper', '\\Joomla\\CMS\\Client\\ClienWrapper', '5.0');
JLoader::registerAlias('JClientWrapperHelper', '\\Joomla\\CMS\\Client\\ClientWrapper', '5.0');
JLoader::registerAlias('JClientFtp', '\\Joomla\\CMS\\Client\\FtpClient', '5.0');
JLoader::registerAlias('JFTP', '\\Joomla\\CMS\\Client\\FtpClient', '4.0');
JLoader::registerAlias('JClientLdap', '\\Joomla\\Ldap\\LdapClient', '5.0');
Expand Down

0 comments on commit a6e771e

Please sign in to comment.