I have two files in that strange addons credits/shop from Themehouse.
PC/Purchase.php
PC/Product.php
in both we have an action like actionGift and actionBuy;
both finish with
return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('adcreditshop-purchases'));
one does the redirect, one not. In actionBuy it doesnt matter what you write
return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('disneyworld'));
will give no error.
May anyone has an idea what could be the problem here?
PC/Purchase.php
PC/Product.php
in both we have an action like actionGift and actionBuy;
both finish with
return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('adcreditshop-purchases'));
one does the redirect, one not. In actionBuy it doesnt matter what you write
return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('disneyworld'));
will give no error.
May anyone has an idea what could be the problem here?