Merge c5a50861dc
into d925580b92
This commit is contained in:
commit
8c2849eb32
1 changed files with 1 additions and 1 deletions
|
@ -2373,7 +2373,7 @@ class YellowLookup
|
|||
// Return file path for system location
|
||||
function findFileFromSystem($location)
|
||||
{
|
||||
if(preg_match("/\.(css|ico|js|jpg|png|svg|txt|woff)$/", $location))
|
||||
if(preg_match("/\.(css|ico|js|jpg|png|svg|txt|woff|woff2|otf|ttf)$/", $location))
|
||||
{
|
||||
$pluginLocationLength = strlenu($this->yellow->config->get("pluginLocation"));
|
||||
$themeLocationLength = strlenu($this->yellow->config->get("themeLocation"));
|
||||
|
|
Loading…
Add table
Reference in a new issue