snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter

Home Page:http://support.lampcms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tagged controller cannot be aliased

snytkine opened this issue · comments

The login for extracting tags from URI is hard-coded in Tagged controller to use /tagged/ string
This means that uri /tagged/ cannot be aliased using custom route in [ROUTES] section of !config.ini

Must update the Tagged controller class to use the value of first segment name instead of actual controller name

This was fixed in commit 92f4782