[geeklog-hg] geeklog: Fix for changeset 7ddd4998dc45

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jan 15 06:21:32 EST 2014


changeset 9429:828a9e3b1b78
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/828a9e3b1b78
user: Kenji ITO <mystralkk at gmail.com>
date: Wed Jan 15 10:45:12 2014 +0900
description:
Fix for changeset 7ddd4998dc45

diffstat:

 public_html/lib-common.php |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r 1d7563f167ab -r 828a9e3b1b78 public_html/lib-common.php
--- a/public_html/lib-common.php	Tue Jan 14 22:17:02 2014 +0900
+++ b/public_html/lib-common.php	Wed Jan 15 10:45:12 2014 +0900
@@ -3740,6 +3740,8 @@
 
                     if (isset($cc_arr[$i]['target'])) {
                         $adminmenu->set_var('target', ' target="' . $cc_arr[$i]['target'] . '"');
+                    } else {
+                        $adminmenu->set_var('target', '');
                     }
 
                     $item = $adminmenu->finish($adminmenu->parse('item',
@@ -3755,6 +3757,8 @@
 
                         if (isset($cc_arr[$i]['target'])) {
                             $admin_templates->set_var('target', ' target="' . $cc_arr[$i]['target'] . '"');
+                        } else {
+                            $admin_templates->set_var('target', '');
                         }
 
                         $item = $admin_templates->parse('cc_main_options', 'ccitem', false);



More information about the geeklog-cvs mailing list