From 5befca1db1deb676cdae4fc82ae447d5104fdbed Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 22 Jul 2015 06:54:54 +0200 Subject: [PATCH] tools/fulltext: Remove wrong comment Obviously it was a relict from the original copied code. Signed-off-by: Stefan Weil --- .../toolbox/tools/fulltext/class.tx_dlf_toolsFulltext.php | 1 - 1 file changed, 1 deletion(-) diff --git a/dlf/plugins/toolbox/tools/fulltext/class.tx_dlf_toolsFulltext.php b/dlf/plugins/toolbox/tools/fulltext/class.tx_dlf_toolsFulltext.php index 7d8e83ce..5614c728 100644 --- a/dlf/plugins/toolbox/tools/fulltext/class.tx_dlf_toolsFulltext.php +++ b/dlf/plugins/toolbox/tools/fulltext/class.tx_dlf_toolsFulltext.php @@ -92,7 +92,6 @@ class tx_dlf_toolsFulltext extends tx_dlf_plugin { $fullTextFile = $this->doc->physicalPagesInfo[$this->doc->physicalPages[$this->piVars['page']]]['files'][$this->conf['fileGrpFulltext']]; - // Get single page downloads. if (!empty($fullTextFile)) { $markerArray['###FULLTEXT_SELECT###'] = ''.$this->pi_getLL('fulltext-select', '', TRUE).''; } else {