From 84856e09732ce70c64f98e5fcd17ba222f8140cb Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Wed, 8 Jul 2015 20:32:14 +0200 Subject: [PATCH] [TASK] Clean up ext_emconf files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The md5 value is not handled in core for quite a while and removed together with some obsolete locallang flags and further test related ext_emconf settings. Resolves: #67979 Releases: master Change-Id: I86804f732f7f32cf94aab7d18dfab79cdf67e458 Reviewed-on: http://review.typo3.org/41005 Reviewed-by: Morton Jonuschat Tested-by: Morton Jonuschat Reviewed-by: Frank Nägler Tested-by: Frank Nägler --- ext_emconf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 1a597be..d17bac2 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,5 +18,4 @@ $EM_CONF[$_EXTKEY] = array( 'conflicts' => array(), 'suggests' => array(), ), - '_md5_values_when_last_written' => '', );