From 2cb2327b1c14f530d114e75a3432230321bb3d92 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 26 Mar 2013 22:05:26 +0100 Subject: [PATCH] [TASK] Remove not maintained md5 in ext_emconf The serialized array _md5_values_when_last_written is not maintained for core extensions since ages and just contains a long string with outdated information. It is set to an empty string now. Change-Id: Iae1de150dd0da4ef9ccd993bdc0e75e5eb4c62c1 Resolves: #46699 Releases: 6.1 Reviewed-on: https://review.typo3.org/19322 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index b673f73..f3e7aba 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -35,7 +35,7 @@ $EM_CONF[$_EXTKEY] = array( 'conflicts' => array(), 'suggests' => array() ), - '_md5_values_when_last_written' => 'a:3:{s:12:"ext_icon.gif";s:4:"9f86";s:17:"ext_localconf.php";s:4:"0933";s:34:"view/class.tx_feedit_editpanel.php";s:4:"9cdd";}', + '_md5_values_when_last_written' => '', 'suggests' => array() ); ?> \ No newline at end of file