need to do an isset() check on line 274

  //This
      if ($profile && $profile->fid && $profile->name) {

  // TO This
      if ($profile && $profile->fid && $profile->name isset($account->{$profile->name})) {
CommentFileSizeAuthor
#1 profile_taxonomy-929114.patch899 bytesmikeytown2

Comments

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new899 bytes

please commit my other patch with the white space fixes; I have to manually fix my patches as a result of that.

gnindl’s picture

Status: Needs review » Fixed

Thankx. Commited to repository.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.