mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 14:36:08 +01:00
04b9ff4297
Change-Id: Id49218118087244bcd063b730631ee69b2820670 Resolves: #40096 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14015 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
8 lines
No EOL
342 B
PHP
8 lines
No EOL
342 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/fe_edit/Classes/FrontendEditPanel.php
|
|
*/
|
|
require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('fe_edit') . 'Classes/FrontendEditPanel.php';
|
|
?>
|