quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Bug with stripLanguagePrefix method #145

Closed LeLuyen closed 8 years ago

LeLuyen commented 8 years ago

Hi Chris

Have bug on stripLanguagePrefix() method

Example:

Have 3 languages was set as ja,fr,en_US

I run on domain http://quickapp.com.ja/en_US/article/test.html

Now when using stripLanguagePrefix -> result of that url is http://quickapp.com/./article/test.html

Please fix

botchris commented 8 years ago

Fixed here c7e3603d06bc670ab735a254fc2bdef429b510b6


thanks for reporting!