From bbe1a96a6199ff860c485f24a7d62b9ecac82c8e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jan 2022 22:10:09 +0600 Subject: [PATCH] fix typo --- modules/timeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timeline.php b/modules/timeline.php index d3e72fe..ed1f840 100644 --- a/modules/timeline.php +++ b/modules/timeline.php @@ -356,7 +356,7 @@ if ((!isset($thread[0]['id']) && !empty($thread)) || !is_array($thread)) { else { if ($logedin){ $post['template'] = themes("get","templates/post.txt"); - x } else { + } else { $post['template'] = themes("get","templates/post_logout.txt"); } }