2008-01-20 Ingo Renner <ingo@typo3.org>
* fixed bug #7211: "Start in Module" does not work anymore
+ * corrected message for wrong implementation of toolbarItem interface
2008-01-19 Stanislas Rolland <stanislas.rolland@fructifor.ca>
$toolbarItem = t3lib_div::getUserObj($toolbarItemClassReference);
if(!($toolbarItem instanceof t3lib_backendToolbarItem)) {
- throw new UnexpectedValueException('$toolbarItem "'.$toolbarItemName.'" must implement interface t3lib_backendToolbarItem', 1195125501);
+ throw new UnexpectedValueException('$toolbarItem "'.$toolbarItemName.'" must implement interface backend_toolbarItem', 1195125501);
}
$toolbarItem->setBackend($this);