log the right variable
This commit is contained in:
parent
b292bc7a6c
commit
2f9642dc89
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class PrivMsg extends SimpleExtension {
|
|||
array($event->pm->from_id, $event->pm->from_ip,
|
||||
$event->pm->to_id, $event->pm->subject, $event->pm->message)
|
||||
);
|
||||
log_info("pm", "Sent PM to User #{$event->to_id}");
|
||||
log_info("pm", "Sent PM to User #{$event->pm->to_id}");
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue