mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Remove XCLASS definitions from typo3/
Remove all XCLASS definitions in typo3/ and all system extension that are not handled as git submodules. Change-Id: Ib9e1d8db31f91f5f1453deb694f2441ef41130f2 Resolves: #36821 Related: #31893 Releases: 6.0 Reviewed-on: http://review.typo3.org/10981 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
3ca034c14b
commit
354d3ed9ad
1 changed files with 0 additions and 6 deletions
|
@ -413,11 +413,5 @@ class tx_feedit_editpanel {
|
|||
|
||||
return $finalOut;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (defined('TYPO3_MODE') && isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/feedit/view/class.tx_feedit_editpanel.php'])) {
|
||||
include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/feedit/view/class.tx_feedit_editpanel.php']);
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in a new issue