1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes #3912 Theme visibility script flag fix.

This commit is contained in:
Cameron
2019-08-22 14:36:03 -07:00
parent 1d45f1e4c4
commit 2e5cf680e3

View File

@@ -419,6 +419,8 @@ class e_theme
foreach($cusPageArray as $kpage)
{
$kpage = str_replace('$', '$', $kpage); // convert database encoding.
$lastChar = substr($kpage, -1);
if($lastChar === '$') // script name match.