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
7 lines
No EOL
241 B
PHP
7 lines
No EOL
241 B
PHP
<?php
|
|
if (!defined('TYPO3_MODE')) {
|
|
die('Access denied.');
|
|
}
|
|
// Register the edit panel view.
|
|
$TYPO3_CONF_VARS['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'EXT:feedit/Classes/FrontendEditPanel.php:FrontendEditPanel';
|
|
?>
|