ericingram / fwd-admin-url-rewrite

Enables fwd admin URL access from another template
1 stars 1 forks source link

Wrong redirection #3

Closed mtarin closed 11 years ago

mtarin commented 11 years ago

I've placed it at app/templates/alpha and when i enter to localhost/admin it redirects me to localhost/ordert. why?

Regards

ericingram commented 11 years ago

This is due to a bug in the core trigger.php file, and is fixed in the 'develop' branch of fwdcommerce.

Grab this file and replace your version in core/helpers/trigger.php:

https://github.com/getfwd/fwdcommerce/blob/develop/core/helpers/trigger.php

mtarin commented 11 years ago

Thank you very much