Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 9818) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -582,7 +582,7 @@ if (!($hookObject instanceof tslib_content_stdWrapHook)) { throw new UnexpectedValueException( - '$hookObject must implement interface tslib_content_stdWrapHook', + $classData . ' must implement interface tslib_content_stdWrapHook', 1195043965 ); } @@ -597,7 +597,7 @@ if (!($postInitializationProcessor instanceof tslib_content_PostInitHook)) { throw new UnexpectedValueException( - '$postInitializationProcessor must implement interface tslib_content_PostInitHook', + $classData . ' must implement interface tslib_content_PostInitHook', 1274563549 ); }