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})) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | profile_taxonomy-929114.patch | 899 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedplease commit my other patch with the white space fixes; I have to manually fix my patches as a result of that.
Comment #2
gnindl commentedThankx. Commited to repository.