mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
adfd45134d
Reverts the split-up for the extension reedit: Erroneous extKey was 'fe_edit'. Also fixes minor CGL. Change-Id: If727b7ffcefdd1fb917fc15d48b91e549f5b79b9 Releases: 6.0 Fixes: #40174 Related: #40095 Reviewed-on: http://review.typo3.org/14073 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
8 lines
No EOL
340 B
PHP
8 lines
No EOL
340 B
PHP
<?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:
|
|
* typo3/sysext/feedit/Classes/FrontendEditPanel.php
|
|
*/
|
|
require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('feedit') . 'Classes/FrontendEditPanel.php';
|
|
?>
|