From da690e1b1ce8cf3ffd9e7ddbd0477f77f6155030 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Tue, 6 Nov 2018 13:08:03 +0100 Subject: [PATCH] Rename variable for consistency --- ext_conf_template.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_conf_template.txt b/ext_conf_template.txt index 8ed61054..cd6a6362 100644 --- a/ext_conf_template.txt +++ b/ext_conf_template.txt @@ -37,8 +37,8 @@ fileGrpAudio = AUDIO # cat=Solr; type=user[EXT:dlf/hooks/class.tx_dlf_em.php:tx_dlf_em->checkSolrConnection]; label=LLL:EXT:dlf/locallang.xml:config.solrConnect solrConnect = 0 -# cat=Solr; type=boolean; label=LLL:EXT:dlf/locallang.xml:config.useHttps -useHttps = 0 +# cat=Solr; type=boolean; label=LLL:EXT:dlf/locallang.xml:config.solrHttps +solrHttps = 0 # cat=Solr; type=string; label=LLL:EXT:dlf/locallang.xml:config.solrHost solrHost = localhost