- Issue created by @Kristen Pol
- Assigned to Kristen Pol
- Status changed to Needs review
9 months ago 4:59am 3 March 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Fix is here:
Followup to π D7: Review usage of variable_get('quant_base_url', $base_url) Fixed . There are a couple of spots that still need changing and testing:
function _quant_queue_menu_paths(array $menus_filter = array()) {
// @todo Use quant_get_base_url().
global $base_url;
$base = variable_get('quant_base_url', $base_url);
and
// @fixme Should this be quant_get_base_url() instead of $base_url?
if (!empty($domain) && stripos($base_url, $domain) == -1) {
// @todo: Determine local vs. remote.
continue;
}
Needs review
1.0
Code
Fix is here: