mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Fix for static URLs on Emoticons
This commit is contained in:
parent
27910c87c7
commit
933691b93f
@ -5319,7 +5319,7 @@ class e_emotefilter
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user