From e0588a6113ff6b3c1000fa6c82629f81fb5e05b5 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 18:53:29 +0000 Subject: [refactor] move some templates to subdirs --- templates/thread_page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/thread_page.php') diff --git a/templates/thread_page.php b/templates/thread_page.php index 5237f6c..ac2e640 100644 --- a/templates/thread_page.php +++ b/templates/thread_page.php @@ -17,7 +17,7 @@ call_template('skeleton', [ $user = UserAccount::findByCurrentSession(); foreach ($notes as $n) { if (!($user != null && $user->actor->blocks($n->author)) && $n->isViewableBy($user)) { - call_template('note', ['note' => $n, 'selected' => $n == $targetNote]); + call_template('note/note', ['note' => $n, 'selected' => $n == $targetNote]); } } }); \ No newline at end of file -- cgit v1.3