feedit/view/class.tx_feedit_editpanel.php
Thomas Maroschik 04b9ff4297 [TASK] Move and Namespace classes
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
2012-08-23 22:57:07 +02:00

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';
?>