Project

General

Profile

Bug #24352 » 16764_45.diff

Administrator Admin, 2010-12-17 13:34

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
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
);
}
(2-2/2)