Bug #7020
Fatal Error with description2ascii
| Status: | Accepted | Start date: | 2010-03-26 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Alex Kellner | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
If you set option description2ascii the follwing fatal error will occur:
Fatal error: Call to a member function toascii() on a non-object in /www/htdocs/w00bb4f2/typo3conf/ext/wt_csstooltip/res/class.tx_wtcsstooltip_replace.php on line 73
History
Updated by Alex Kellner about 3 years ago
- Status changed from New to Accepted
New line 28:
require_once(t3lib_extMgm::extPath('wt_csstooltip') . 'lib/class.tx_wtcsstooltip_div.php'); // load div class
Another new line in 65:
$this->div = t3lib_div::makeInstance('tx_wtcsstooltip_div'); // get div methods
Cheers, Alex