mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-26 04:59:16 -05:00
update: TopicController
This commit is contained in:
@@ -403,6 +403,6 @@ class TopicController extends Controller
|
||||
'id' => $id,
|
||||
'page' => intdiv($post?->post_count === null ? 0 : $post->post_count - 1, 25) + 1
|
||||
])
|
||||
->withFragment('post-'.($post?->id ?? 0));
|
||||
->withFragment('post-'.($post->id ?? 0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user