diff options
author | Thomas Lange <code@nerdmind.de> | 2017-02-28 02:16:40 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-02-28 02:16:40 +0100 |
commit | b46d6b8e06bb08f1679032af4d75dbeca57b76af (patch) | |
tree | 9805eb050895ac70378c99272fc474281c830c74 /system/post/main.php | |
parent | dbf60c83eb0715d6105743155a2c2582d7ce0e58 (diff) | |
download | blog-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.php | 2 |
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()); |