aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_xmlTemplates.php
blob: 26ee3c3f4215f0dcc7eedc3105361d89205fcd1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/xmlTemplates.php.orig	2023-04-01 13:46:16 UTC
+++ lib/xmlTemplates.php
@@ -122,7 +122,7 @@ abstract class xmlTemplates {
 
 					# Ignore any files that are not the predefined custom files.
 					if ($_SESSION[APPCONFIG]->getValue('appearance','custom_templates_only')
-						&& ! preg_match("/^${custom_prefix}/",$file))
+						&& ! preg_match("/^{$custom_prefix}/",$file))
 						continue;
 
 					$filename = sprintf('%s/%s',$dir,$file);