From: Oliver Hader Date: Sun, 29 Nov 2009 13:33:53 +0000 (+0000) Subject: Fixed bug #11345: Uncaught exception InvalidArgumentException on creating graphical... X-Git-Tag: TYPO3_4-3-0~23 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/aa5d71d3627f81d6711127cfd34f33cba7ce9e64 Fixed bug #11345: Uncaught exception InvalidArgumentException on creating graphical menus git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@6578 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/ChangeLog b/ChangeLog index 50217143913e..0b7a5ef1aafd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ * Fixed bug #12786: Wrong mouseover cursor at icon of docheader (thanks to Georg Ringer) * Fixed bug #12792: Unit test checkGetExtensionKeyByPrefix of the t3lib_extmgm_testcase fails * Fixed bug #11326: Memcached backend does not work well if cache of a page shall expire after 30 days (thanks to Vladimir Podkovanov) + * Fixed bug #11345: Uncaught exception InvalidArgumentException on creating graphical menus 2009-11-26 Francois Suter diff --git a/typo3/sysext/cms/tslib/class.tslib_menu.php b/typo3/sysext/cms/tslib/class.tslib_menu.php index f246d2af94dd..edbb155c72d2 100644 --- a/typo3/sysext/cms/tslib/class.tslib_menu.php +++ b/typo3/sysext/cms/tslib/class.tslib_menu.php @@ -2743,7 +2743,7 @@ class tslib_imgmenu extends tslib_menu { $gifCreator->output($gifFileName); $gifCreator->destroy(); $imgMap=$gifCreator->map; - $this->sys_page->storeHash($imgHash, $imgMap, 'MENU IMAGEMAP'); + $this->sys_page->storeHash($imgHash, $imgMap, 'MENUIMAGEMAP'); } $imgMap.=$this->mconf['imgMapExtras'];