mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Update database column (#10)
This commit is contained in:
committed by
Franz Liedke
parent
cb373836a4
commit
e2e94ba910
@@ -85,7 +85,7 @@ class FilterNewPosts
|
||||
|
||||
$flag->post_id = $post->id;
|
||||
$flag->type = 'akismet';
|
||||
$flag->time = time();
|
||||
$flag->created_at = time();
|
||||
|
||||
$flag->save();
|
||||
});
|
||||
|
Reference in New Issue
Block a user