feedit/view/class.tx_feedit_editpanel.php

8 lines
350 B
PHP
Raw Normal View History

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