mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
886a4d600b
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
8 lines
No EOL
350 B
PHP
8 lines
No EOL
350 B
PHP
<?php
|
|
/*
|
|
* @deprecated since 6.0, the classname tx_feedit_editpanel and this file is obsolete
|
|
* 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';
|
|
?>
|