?
avatar brianteeman
brianteeman
16 Feb 2020

Since #27687 lots of files were moved.

However the helper files were not updated.


/**
 * Contact component helper.
 *
 * @since       1.6
 * @deprecated  5.0 Use \Joomla\Component\Contact\Administrator\Helper\ContactHelper instead
 */
class ContactHelper extends \Joomla\Component\Contact\Administrator\Helper\ContactHelper

Should they have not been updated as well to


/**
 * Contact component helper.
 *
 * @since       1.6
 * @deprecated  5.0 Use \Joomla\Component\Contact\Administrator\src\Helper\ContactHelper instead
 */
class ContactHelper extends \Joomla\Component\Contact\Administrator\src\Helper\ContactHelper

@wilsonge @SharkyKZ please advise

avatar brianteeman brianteeman - open - 16 Feb 2020
avatar joomla-cms-bot joomla-cms-bot - change - 16 Feb 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Feb 2020
avatar mbabker
mbabker - comment - 16 Feb 2020

No. src should not be part of the namespace, and if it is then someone FUBAR'd PSR-4 (namespace) mappings.

avatar brianteeman brianteeman - change - 16 Feb 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-02-16 21:24:15
Closed_By brianteeman
avatar brianteeman
brianteeman - comment - 16 Feb 2020

its not - so all ok and just my ignorance

avatar brianteeman brianteeman - close - 16 Feb 2020

Add a Comment

Login with GitHub to post a comment