[geeklog-hg] geeklog: Page title not set. Patch provided by Mystralkk (bug #0...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jul 2 10:53:58 EDT 2012


changeset 8758:37bfb3101938
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/37bfb3101938
user: Tom <websitemaster at cogeco.net>
date: Mon Jul 02 10:18:16 2012 -0400
description:
Page title not set. Patch provided by Mystralkk (bug #0001458)

diffstat:

 system/classes/story.class.php |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r b530beadc9a2 -r 37bfb3101938 system/classes/story.class.php
--- a/system/classes/story.class.php	Mon Jul 02 10:13:33 2012 -0400
+++ b/system/classes/story.class.php	Mon Jul 02 10:18:16 2012 -0400
@@ -1010,6 +1010,10 @@
         if (!isset($array['bodytext'])) {
             $array['bodytext'] = '';
         }
+        
+        if (!isset($array['page_title'])) {
+            $array['page_title'] = '';
+        }
 
         /* Then load the title, page title, intro and body */
         if (($array['postmode'] == 'html') || ($array['postmode'] == 'adveditor')) {



More information about the geeklog-cvs mailing list