From 52ac101ad99a4bee93cc97b885719d5cd8310491 Mon Sep 17 00:00:00 2001 From: rtherville Date: Wed, 15 Jan 2020 14:32:21 +0100 Subject: [PATCH] Fix for tx_nG6_eid.php I don't see any difference yet, but the master version of this file return no result table, and this version does. I might revert this commit if it is useless. issue #151, for the new tag V3.2.5.3 --- ui/nG6/class.tx_nG6_eid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/nG6/class.tx_nG6_eid.php b/ui/nG6/class.tx_nG6_eid.php index 0eafb339..255abe95 100644 --- a/ui/nG6/class.tx_nG6_eid.php +++ b/ui/nG6/class.tx_nG6_eid.php @@ -871,7 +871,7 @@ class tx_nG6_eid { print json_encode(tx_nG6_db::get_purge_demand_list($purge_delay)); } elseif ($type == 'refresh_purge_list') { $max_retention_date = trim(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('max_retention_date')); - $filter_space = trim(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('filter_space') ); + $filter_space = trim(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('filter_space')); $without_laboratories_id = trim(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('without_lab')); $with_laboratories_id = trim(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('with_lab')); -- GitLab