log the right variable

This commit is contained in:
Shish 2010-02-01 18:25:54 +00:00
parent 306a1bf093
commit 2a6978abd9

View File

@ -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}");
}