mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for static URLs on Emoticons
This commit is contained in:
@@ -5319,7 +5319,7 @@ class e_emotefilter
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$base = deftrue('e_HTTP_STATIC', SITEURLBASE);
|
$base = defined('e_HTTP_STATIC') && is_string(e_HTTP_STATIC) ? e_HTTP_STATIC : SITEURLBASE;
|
||||||
|
|
||||||
foreach($this->emotes as $key => $value)
|
foreach($this->emotes as $key => $value)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user