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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user