Resolved redirect to wrong url issue
1 unresolved thread
1 unresolved thread
Please review and merge if looks good.
Merge request reports
Activity
363 363 if (!isset($language['query'])) { 364 364 $language['query'] = $this->requestStack->getCurrentRequest()->query->all(); 365 365 } 366 366 // Remove the destination parameter from the current request as it breaks 367 // the redirect. 368 $this->requestStack->getCurrentRequest()->query->remove('destination'); 369 // Remove the destination from the new URL also. 370 if (!empty($language['query']['destination'])) {
Please register or sign in to reply