summaryrefslogtreecommitdiff
path: root/databases/phpldapadmin/patches/patch-lib_xmlTemplates.php
blob: a5f193441477e16424be34ffa8add094b764e6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-lib_xmlTemplates.php,v 1.1 2022/04/16 03:11:28 khorben Exp $

--- lib/xmlTemplates.php.orig	2012-10-01 06:54:14.000000000 +0000
+++ 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');
 		}
 	}