summaryrefslogtreecommitdiffstats
path: root/system/post/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/post/main.php')
-rw-r--r--system/post/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/post/main.php b/system/post/main.php
index 4322f53..b880bb7 100644
--- a/system/post/main.php
+++ b/system/post/main.php
@@ -22,7 +22,7 @@ try {
$user_data = generateUserItemData($User);
#===============================================================================
- # Add post data for previous and next post if exists
+ # Add post data for previous and next post
#===============================================================================
try {
$PrevPost = Post\Factory::build($Post->getPrevID());