summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_xmlTemplates.php
blob: 1fb0f3632fb7867a66cf467a8958b4e800058a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/xmlTemplates.php.orig	2021-12-12 02:35:51 UTC
+++ lib/xmlTemplates.php
@@ -140,7 +140,7 @@ abstract class xmlTemplates {
 
 		if ($changed) {
 			masort($this->templates,'title');
-			set_cached_item($server_id,$class['item'],'null',$this->templates);
+			set_cached_item($server_id,$this->templates,$class['item'],'null');
 		}
 	}