1
0
mirror of https://github.com/flarum/core.git synced 2025-10-14 00:15:51 +02:00

WIP IP Logging

This commit is contained in:
Jan Dorsman
2015-10-24 19:14:15 +02:00
parent 5e2f659f54
commit 49fddbd450
5 changed files with 47 additions and 4 deletions

View File

@@ -81,7 +81,8 @@ class PostReplyHandler
$post = CommentPost::reply(
$discussion->id,
array_get($command->data, 'attributes.content'),
$actor->id
$actor->id,
$command->ipAddress
);
$this->events->fire(