CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #4776

Hook: userProfile_marker

Added by Peter Schuster over 3 years ago. Updated over 2 years ago.

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.

userProfile_marker.diff (749 Bytes) Peter Schuster, 2009-09-27 15:21


Related issues

duplicated by mm_forum - Bug #6181: Wrong hook call for ['mm_forum']['forum']['userProfile_ma... Closed 2010-01-22

Associated revisions

Revision 45cb90ec
Added by Peter Schuster over 3 years ago

fixes #4776

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@28530 735d13b6-9817-0410-8766-e36946ffe9aa

Revision 42886
Added by Ivan Dharma Kartolo over 2 years ago

- 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

Also available in: Atom PDF