Feature No Code Attached Yet
avatar Denitz
Denitz
7 Sep 2023

Steps to reproduce the issue

See the code for SiteApplication::getPathway(), it calls parent method with arguments but parent method doesn't have arguments.

    public function getPathway($name = 'site', $options = [])
    {
        return parent::getPathway($name, $options);
    }

Expected result

No arguments or arguments applied

Actual result

No arguments are applied.

System information (as much as possible)

Additional comments

avatar Denitz Denitz - open - 7 Sep 2023
avatar joomla-cms-bot joomla-cms-bot - change - 7 Sep 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 7 Sep 2023
avatar joomdonation
joomdonation - comment - 24 Feb 2024

I think we can just remove getPathway method from SiteApplication. It does nothing different from it's parent but causes this confusing.

avatar Hackwar Hackwar - change - 26 Mar 2024
Labels Added: Feature
avatar Hackwar Hackwar - labeled - 26 Mar 2024
avatar rdeutz rdeutz - change - 27 Apr 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-04-27 13:05:41
Closed_By rdeutz
avatar rdeutz rdeutz - close - 27 Apr 2024
avatar rdeutz
rdeutz - comment - 27 Apr 2024

Closing because we have a PR #43385

Add a Comment

Login with GitHub to post a comment