From: Marcel Werk Date: Wed, 1 Jun 2016 10:59:18 +0000 (+0200) Subject: Removed '.htac' template list X-Git-Tag: 2.1.11~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6b86f67d044e8e08ed66d3f09695b4ebfff7d284;p=GitHub%2FWoltLab%2FWCF.git Removed '.htac' template list --- diff --git a/wcfsetup/install/files/lib/acp/page/TemplateListPage.class.php b/wcfsetup/install/files/lib/acp/page/TemplateListPage.class.php index a5e552dd90..91ec16e714 100644 --- a/wcfsetup/install/files/lib/acp/page/TemplateListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/TemplateListPage.class.php @@ -100,6 +100,8 @@ class TemplateListPage extends SortablePage { if ($this->searchTemplateName) $this->objectList->getConditionBuilder()->add('templateName LIKE ?', array('%'.$this->searchTemplateName.'%')); if ($this->application) $this->objectList->getConditionBuilder()->add('application = ?', array($this->application)); + + $this->objectList->getConditionBuilder()->add('templateName <> ?', array('.htac')); } /**