mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[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
This commit is contained in:
parent
94ee1b13c8
commit
2cb2327b1c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
);
|
||||
?>
|
Loading…
Reference in a new issue