fix notify_team on wall
Created by: jojosch
see #2212 (closed)
if a comment on the wall was posted, inside notify_team the var noteable_type was empty, so the var notify_method was = note__email and no email was sent.
with this fix noteable_type will be "Wall" if note.noteable_type is empty or nil