Changeset 1802


Ignore:
Timestamp:
05/27/2009 11:40:32 AM (3 years ago)
Author:
driehle
Message:

Solved #223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/log.php

    r1797 r1802  
    225225                    $mail = $plugins->callHook('commentorMail', $mail, $blogentry); 
    226226                    // send mail 
    227                     $mail->send(); 
     227                    $mail->send($data['email']); 
    228228                } 
    229229            } 
Note: See TracChangeset for help on using the changeset viewer.