From 3f8f25188be57eaaa9f1c7cc5e9d1405919ceefd Mon Sep 17 00:00:00 2001 From: steffenk Date: Sun, 27 Feb 2011 12:43:54 +0000 Subject: [PATCH] Follow-up to #17735: Class 'tx_em_XmlException' not found when Retrieve / Update git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10654 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ .../parser/class.tx_em_parser_mirrorxmlabstractparser.php | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74acfc02564e..5e08c988cce0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-27 Steffen Kamper + + * Follow-up to #17735: Class 'tx_em_XmlException' not found when Retrieve / Update + 2011-02-26 Steffen Kamper * Added Feature #17723: Refreshment of about module diff --git a/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlabstractparser.php b/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlabstractparser.php index a69bcd4394db..bc5e39727cdf 100644 --- a/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlabstractparser.php +++ b/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlabstractparser.php @@ -218,7 +218,6 @@ abstract class tx_em_Parser_MirrorXmlAbstractParser extends tx_em_Parser_XmlAbst * @return void */ protected function throwException($message = "", $code = 0) { - t3lib_div::requireOnce(t3lib_extMgm::extPath('em') . 'classes/exception/class.tx_em_mirrorxml_exception.php'); throw new tx_em_MirrorXmlException(get_class($this) . ': ' . $message, $code); } } -- 2.20.1