Fixed account_upgrades Template Using {$requestPaths.fullBasePath} Instead of full:

digitalpoint

Well-known member
Shouldn't the template be using this:
Code:
{xen:link full:account/upgrade-purchase}

Instead of this:
Code:
{$requestPaths.fullBasePath}{xen:link account/upgrade-purchase}

?

I noticed this because of how my account route is on a different subdomain and it's all handled through the link building class, but it gets mucked here (it's the only template in the system that tries to build a "full" URL link that way).
 
Last edited:
Top Bottom