[geeklog-cvs] geeklog: Wrong variable name (only introduced recently, see chan...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jun 23 09:36:45 EDT 2011


changeset 8330:57158c5dfd0b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/57158c5dfd0b
user: Dirk Haun <dirk at haun-online.de>
date: Thu Jun 23 14:40:02 2011 +0200
description:
Wrong variable name (only introduced recently, see changeset 3c4507691c83)

diffstat:

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

diffs (12 lines):

diff -r a65f433e22e4 -r 57158c5dfd0b public_html/admin/user.php
--- a/public_html/admin/user.php	Thu Jun 23 13:04:50 2011 +0200
+++ b/public_html/admin/user.php	Thu Jun 23 14:40:02 2011 +0200
@@ -1281,7 +1281,7 @@
         }
         $passwd_conf = '';
         if (isset($_POST['passwd_conf'])) {
-            $passwd = $_POST['passwd_conf'];
+            $passwd_conf = $_POST['passwd_conf'];
         }
         $display = saveusers($uid, $_POST['username'], $_POST['fullname'],
                     $passwd, $passwd_conf, $_POST['email'], $_POST['regdate'],



More information about the geeklog-cvs mailing list