joomla / framework.joomla.org

Application powering the internet home of the Joomla! Framework
https://framework.joomla.org
GNU General Public License v2.0
37 stars 28 forks source link

Removing double basepath from media path #60

Closed Hackwar closed 2 years ago

Hackwar commented 4 years ago

This fixes #57.

I've gone through a lot of code and I'm still not sure about this. It looks like a general bug in the AbstractApplication class and this fix feels like pretty wrong, but it works... Please give this a thorough review...

I've debugged this further and the change I did seems to be the correct fix for this.

Hackwar commented 4 years ago

And just when I send this PR, I notice that the double path is missing for images. So the double path is just in CSS...

Hackwar commented 4 years ago

and scrap that previous comment. That issue is unrelated to this change...

Hackwar commented 2 years ago

I think I found the right fix for this.