mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented to be removed with TYPO3 7.0, but they should be scheduled for removal with 6.2. Change-Id: I2db757db54410c5764ab21aef90918a7771f2c92 Resolves: #43120 Releases: 6.0 Reviewed-on: http://review.typo3.org/16590 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
05ca4e2563
commit
886a4d600b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/*
|
||||
* @deprecated since 6.0, the classname tx_feedit_editpanel and this file is obsolete
|
||||
* and will be removed by 7.0. The class was renamed and is now located at:
|
||||
* and will be removed with 6.2. The class was renamed and is now located at:
|
||||
* typo3/sysext/feedit/Classes/FrontendEditPanel.php
|
||||
*/
|
||||
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('feedit') . 'Classes/FrontendEditPanel.php';
|
||||
|
|
Loading…
Reference in a new issue