Bug #32596
closedEM: ambiguous XClass naming tx_em_Connection_ExtDirectServer
100%
Description
Just a small typo:
The naming for XClassing tx_em_Connection_ExtDirectServer is written with and without underscore between "connection" and "extdirectserver".
if (defined('TYPO3_MODE') && isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/sysext/em/classes/connection/class.tx_em_connectionextdirectserver.php'])) {
include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectserver.php']);
}
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7330
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7331
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7332
Updated by Steffen Gebert almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2b5a60dd3be1e7c12f23b542f599a60653853842.
Updated by Steffen Gebert almost 13 years ago
- Assignee set to Steffen Gebert
- Target version set to 4.5.10
Thanks for your report, Christian!
If you have some time, it would be nice, if you could push it directly to Gerrit next time!
Steffen
Updated by Christian Zenker almost 13 years ago
If you have some time, it would be nice, if you could push it directly to Gerrit next time!
I've tried... but Gerrit seems not to accept my Email-Address. If you have any clues how to solve this I would appreciate any help.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed