Ticket #421: user.inc.patch

File user.inc.patch, 449 bytes (added by ChristianB, 9 months ago)

trivial patch to user.inc

  • html/inc/user.inc

    old new  
    324324 
    325325function show_profile_link($user) { 
    326326    if ($user->has_profile) { 
    327         row2("Profile", "<a href=\"view_profile.php?userid=$user->id\">View</a>"); 
     327        row2("Profile", "<a href=\"".URL_BASE."view_profile.php?userid=$user->id\">View</a>"); 
    328328    } 
    329329} 
    330330 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.