[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:
Christian Kuhn 2012-11-19 22:21:51 +01:00
parent 05ca4e2563
commit 886a4d600b

View file

@ -1,7 +1,7 @@
<?php <?php
/* /*
* @deprecated since 6.0, the classname tx_feedit_editpanel and this file is obsolete * @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 * typo3/sysext/feedit/Classes/FrontendEditPanel.php
*/ */
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('feedit') . 'Classes/FrontendEditPanel.php'; require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('feedit') . 'Classes/FrontendEditPanel.php';