Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev/core#1637 regression fix on WP urls #16713
PR @eileenmcnaughton civicrm/civicrm-core#16713 Overview Reverts a change in 5.23 that is causing url breakage on WP when clean urls are not enabled (https://lab.civicrm.org/dev/core/issues/1637) and possibly Joomla but still checking that (https://lab.civicrm.org/dev/financial/issues/120) Before Generated url is /wp-admin/admin.php/?page=CiviCRM&q=civicrm%2Fupgrade%2Fqueue%2Fajax%2FrunNext After Generated url is /wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fupgrade%2Fqueue%2Fajax%2FrunNext Technical Details Revert "Make $civicrm_paths less sensitive to trailing slashes. Add t…ests." This is currently causing breakage on wordpress sites where clean urls are not enabled. Compare the 2 urls below - the top one has an extra (breaking) slash added by this PR. I propose a quick revert & patch release followed by 'the right' fix at a slower pace /wp-admin/admin.php/?page=CiviCRM&q=civicrm%2Fupgrade%2Fqueue%2Fajax%2FrunNext /wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fupgrade%2Fqueue%2Fajax%2FrunNext This reverts commit 232fdd3. This is the relevant line https://github.com/civicrm/civicrm-core/pull/16404/files#diff-1544096e8e60bfe9fe73eeca2844804eR223
- Loading branch information