Update the JURI class to now use the Uri (namespace class)
This commit is contained in:
parent
fa57732d93
commit
ba18089ccb
@ -233,7 +233,7 @@
|
||||
}
|
||||
}
|
||||
// return found content
|
||||
return str_replace('[[[ROOT-URL]]]', JURI::root(), $target['html']);
|
||||
return str_replace('[[[ROOT-URL]]]', Uri::root(), $target['html']);
|
||||
}
|
||||
}
|
||||
return $default;
|
||||
|
Loading…
Reference in New Issue
Block a user