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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 28 11:08:55 EDT 2011


changeset 8369:dff2d787b6c9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/dff2d787b6c9
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 810e27b9c460 -r dff2d787b6c9 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