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"); } }