Bug #4776
Hook: userProfile_marker
| Status: | Resolved | Start date: | 2009-09-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | 2010-01-08 | |
| Assignee: | Peter Schuster | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.9.0 | Estimated time: | 0.10 hour | |
| Votes: | 0 |
Description
In line 3870 $row is passed to the hook function, but $row is never set.
$row must be substituted through $user->data.
So the correct call of the hook function should look like this:$marker = $_procObj->userProfile_marker($marker, $user->data, $this);
I attached a patch fixing this bug.
Related issues
| duplicated by mm_forum - Bug #6181: Wrong hook call for ['mm_forum']['forum']['userProfile_ma... | Closed | 2010-01-22 |
Associated revisions
fixes #4776
fixes #4776
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@28530 735d13b6-9817-0410-8766-e36946ffe9aa
- add salutation field in tt_address. This will be taken from locallang
- input and output values will be sanitized
- remove unused dk template
- fe_adminLib is copied, so it's dependant from core
- fixed old bug #4776: categories are not updated.
History
Updated by Peter Schuster over 3 years ago
- Due date set to 2010-01-08
- Status changed from New to Resolved
- Assignee set to Peter Schuster
- Target version set to 1.9.0
- Start date set to 2009-09-27
- Estimated time set to 0.10
fixed in r28530