summaryrefslogtreecommitdiffstats
path: root/system/post/main.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-28 02:16:40 +0100
committerThomas Lange <code@nerdmind.de>2017-02-28 02:16:40 +0100
commitb46d6b8e06bb08f1679032af4d75dbeca57b76af (patch)
tree9805eb050895ac70378c99272fc474281c830c74 /system/post/main.php
parentdbf60c83eb0715d6105743155a2c2582d7ce0e58 (diff)
downloadblog-b46d6b8e06bb08f1679032af4d75dbeca57b76af.tar.gz
blog-b46d6b8e06bb08f1679032af4d75dbeca57b76af.tar.xz
blog-b46d6b8e06bb08f1679032af4d75dbeca57b76af.zip
Spelling mistakes corrected.
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());