Bug #34610
missing argument in devlog call
| Status: | Resolved | Start date: | 2012-03-06 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Boris Gulay | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
line 278 in class.tx_rlmplanguagedetection_pi1.php
is
t3lib_div::devLog('Location to redirect to: ' . $locationURL);
should be
t3lib_div::devLog('Location to redirect to: ' . $locationURL, $this->extKey);
Associated revisions
Fixed #34610.
Also fixed similar bugs in another places.
Fixed #34610.
Also fixed similar bugs in another places.
History
Updated by Boris Gulay about 1 year ago
- Status changed from New to Accepted
- Assignee set to Boris Gulay
- Priority changed from Should have to Must have
Updated by Boris Gulay about 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Fixed in rev 59511.
Also similar bug in another place.