snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter
http://support.lampcms.com
323 stars 104 forks source link

tagged controller cannot be aliased #97

Closed snytkine closed 11 years ago

snytkine commented 12 years ago

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

snytkine commented 11 years ago

This was fixed in commit 92f4782