Bug in onafteruserprofiledisplay

18 years 4 months ago #1811 by mikko
Bug in onafteruserprofiledisplay was created by mikko
In comprofiler.html.php

if($my->id!=$user->id) {

recordViewHit($my->id,$user->id,getenv('REMOTE_ADDR'));

$_PLUGINS->trigger( 'onAfterUserProfileDisplay', array($user,true));

}

should propably br

if($my->id!=$user->id) {

recordViewHit($my->id,$user->id,getenv('REMOTE_ADDR'));

}
$_PLUGINS->trigger(

'onAfterUserProfileDisplay', array($user,true));

mikko

Post edited by: mikko, at: 2006/01/16 16:05

Please Log in to join the conversation.

18 years 4 months ago #1910 by beat
Replied by beat on topic Re:Bug in onafteruserprofiledisplay
Correct. Thanks for the finding and artifact. Will correct in next release.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.188 seconds

Facebook Twitter LinkedIn