From 5fad144aa14015766d8b20918ccf44745aa0b01f Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 7 Mar 2006 18:03:51 +0000 Subject: [PATCH] fix storePass git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5015 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiUser/File.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/WikiUser/File.php b/lib/WikiUser/File.php index ee24665e8..5c5aba79a 100644 --- a/lib/WikiUser/File.php +++ b/lib/WikiUser/File.php @@ -1,5 +1,5 @@ _may_change) { - $this->_file = new File_Passwd($this->_file->_filename, true, - $this->_file->_filename.'.lock'); + $this->_file = new File_Passwd($this->_file->filename, true, + $this->_file->filename.'.lock'); $result = $this->_file->modUser($this->_userid, $submitted_password); $this->_file->close(); - $this->_file = new File_Passwd($this->_file->_filename, false); + $this->_file = new File_Passwd($this->_file->filename, false); return $result; } return false; @@ -91,6 +91,9 @@ extends _PassUser } // $Log: not supported by cvs2svn $ +// Revision 1.7 2005/08/06 13:21:37 rurban +// only cosmetics +// // Revision 1.6 2005/05/04 05:37:34 rurban // fix #1191096 by Karel // -- 2.45.0