opnsense-ports/net/phpldapadmin/files/patch-lib_Template.php
Franco Fichtner 6650c72bcb */*: sync with upstream
Taken from: FreeBSD
2024-02-13 11:37:15 +01:00

11 lines
351 B
PHP

--- lib/Template.php.orig 2024-01-10 22:23:54 UTC
+++ lib/Template.php
@@ -58,6 +58,8 @@ class Template extends xmlTemplate {
# Template RDN attributes
private $rdn;
+ private $askcontainer;
+
public function __construct($server_id,$name='',$filename=null,$type=null,$id=null) {
parent::__construct($server_id,$name,$filename,$type,$id);