[geeklog-hg] geeklog: Fixed bug set an invalid value to a template variable i...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 29 05:34:05 EDT 2012


changeset 8834:3fbb369e4595
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3fbb369e4595
user: dengen
date: Sat Sep 29 18:33:35 2012 +0900
description:
Fixed bug set an invalid value to a template variable in the profiles.php

diffstat:

 public_html/profiles.php |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r dc932e6372f7 -r 3fbb369e4595 public_html/profiles.php
--- a/public_html/profiles.php	Sat Sep 29 17:19:48 2012 +0900
+++ b/public_html/profiles.php	Sat Sep 29 18:33:35 2012 +0900
@@ -449,6 +449,8 @@
 
     if ($cc) {
         $cc = ' checked="checked"';
+    } else {
+        $cc = '';
     }
 
     $mail_template = COM_newTemplate($_CONF['path_layout'] . 'profiles');



More information about the geeklog-cvs mailing list