Ignore:
Timestamp:
03/12/10 23:24:32 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.2] Fix for ampersand as htmlentities in notification email, which breaks the url.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/content/plugins/users/libs/UserFunctions.php

    r1229 r1301  
    114114            $body .= $h->lang['userfunctions_notifymods_body_user_role'] . $user->role . $next_line; 
    115115            $body .= $h->lang['userfunctions_notifymods_body_user_email'] . $user->email . $next_line; 
    116             $body .= $h->lang['userfunctions_notifymods_body_user_account'] . $h->url(array('page'=>'account', 'user'=>$user->name)) . $next_line; 
     116            $body .= $h->lang['userfunctions_notifymods_body_user_account'] . BASEURL . "index.php?page=account&user=" . $user->name . $next_line; 
    117117            $body .= $h->lang['userfunctions_notifymods_body_user_management'] . BASEURL . "admin_index.php?search_value=" . $user->name . "&plugin=user_manager&page=plugin_settings&type=search"; 
    118118             
Note: See TracChangeset for help on using the changeset viewer.