mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Remove closing PHP tags
Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b Resolves: #52360 Releases: 6.2 Reviewed-on: https://review.typo3.org/24212 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
This commit is contained in:
parent
3e97a5544d
commit
8e70861212
4 changed files with 0 additions and 5 deletions
|
@ -396,5 +396,3 @@ class FrontendEditPanel {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
|
@ -2,4 +2,3 @@
|
|||
return array(
|
||||
'tx_feedit_editpanel' => 'TYPO3\\CMS\\Feedit\\FrontendEditPanel',
|
||||
);
|
||||
?>
|
|
@ -38,4 +38,3 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'_md5_values_when_last_written' => '',
|
||||
'suggests' => array()
|
||||
);
|
||||
?>
|
|
@ -4,4 +4,3 @@ if (!defined('TYPO3_MODE')) {
|
|||
}
|
||||
// Register the edit panel view.
|
||||
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'EXT:feedit/Classes/FrontendEditPanel.php:TYPO3\\CMS\\Feedit\\FrontendEditPanel';
|
||||
?>
|
Loading…
Reference in a new issue