mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Fix for thumbUrl() error.
This commit is contained in:
@@ -1817,7 +1817,7 @@ class e_parse extends e_parser
|
|||||||
{
|
{
|
||||||
//$url = $this->replaceConstants($url,'abs');
|
//$url = $this->replaceConstants($url,'abs');
|
||||||
// always switch to 'nice' urls when SC is used
|
// always switch to 'nice' urls when SC is used
|
||||||
$url = str_replace($tp->getUrlConstants('sc'), $tp->getUrlConstants('raw'), $url);
|
$url = str_replace($this->getUrlConstants('sc'), $this->getUrlConstants('raw'), $url);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!is_array($options))
|
if(!is_array($options))
|
||||||
|
Reference in New Issue
Block a user