1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

nav link fix

This commit is contained in:
Cameron
2012-12-11 20:12:54 -08:00
parent 033b6cddec
commit 03ad96c309

View File

@@ -1272,7 +1272,7 @@ class navigation_shortcodes extends e_shortcode
function sc_link_url($parm='')
{
return e107::getParser()->replaceConstants($this->var['link_url']);
return e_BASE. e107::getParser()->replaceConstants($this->var['link_url'], TRUE, TRUE);
}
function sc_link_image($parm='')