From 152551a8bbc413520a73675896d070d81cf8a4cc Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sat, 23 Jun 2018 16:31:11 +0200 Subject: [PATCH] [fix] removing unused deduplicate in ssl --- bureau/class/m_ssl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_ssl.php b/bureau/class/m_ssl.php index 8c343e47..29afec40 100644 --- a/bureau/class/m_ssl.php +++ b/bureau/class/m_ssl.php @@ -63,7 +63,7 @@ class m_ssl { * used by providers to get the certs they should generate * also used by update_domaines to choose which cert to use for a specific fqdn */ - function get_fqdn_specials($deduplicate=true) { + function get_fqdn_specials() { global $L_FQDN; $specials=array($L_FQDN); $variables=array("fqdn_dovecot","fqdn_postfix","fqdn_proftpd","fqdn_mailman");