update: TopicController

This commit is contained in:
HDVinnie
2023-09-29 07:18:19 -04:00
parent 8c369a2c1d
commit 8992fe1956
+1 -1
View File
@@ -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));
}
}