log the right variable
This commit is contained in:
parent
b292bc7a6c
commit
2f9642dc89
@ -149,7 +149,7 @@ class PrivMsg extends SimpleExtension {
|
|||||||
array($event->pm->from_id, $event->pm->from_ip,
|
array($event->pm->from_id, $event->pm->from_ip,
|
||||||
$event->pm->to_id, $event->pm->subject, $event->pm->message)
|
$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}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user