View | Details | Raw Unified | Return to bug 15415
Collapse All | Expand All

(-)a/C4/Creators/Profile.pm (-2 lines)
Lines 184-190 sub get_attr { Link Here
184
        return $self->{$attr};
184
        return $self->{$attr};
185
    }
185
    }
186
    else {
186
    else {
187
        warn sprintf('%s is currently undefined.', $attr);
188
        return -1;
187
        return -1;
189
    }
188
    }
190
}
189
}
191
- 

Return to bug 15415