mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Fixes #3473 Menu Button URL with {e_BASE} not converting correctly.
This commit is contained in:
@@ -341,7 +341,7 @@ class cpage_shortcodes extends e_shortcode
|
||||
return $this->sc_cpageurl();
|
||||
}
|
||||
|
||||
return e107::getParser()->replaceConstants($this->var['menu_button_url']);
|
||||
return e107::getParser()->replaceConstants($this->var['menu_button_url'], 'abs');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user