* Fixed bug #16599: Radio Selector for content to show on mount pages not displaying the selected value, credits Joh Hasenau
* Fixed issue #16389: Inconsistent styling of the DB integrity checks overview
+ * Fixed issue #16764: Insufficient information about which class is failing to implement interfaces in tslib_cObj->start()
2010-12-17 Steffen Kamper <steffen@typo3.org>
if (!($hookObject instanceof tslib_content_stdWrapHook)) {
throw new UnexpectedValueException(
- '$hookObject must implement interface tslib_content_stdWrapHook',
+ $classData . ' must implement interface tslib_content_stdWrapHook',
1195043965
);
}
if (!($postInitializationProcessor instanceof tslib_content_PostInitHook)) {
throw new UnexpectedValueException(
- '$postInitializationProcessor must implement interface tslib_content_PostInitHook',
+ $classData . ' must implement interface tslib_content_PostInitHook',
1274563549
);
}