Changeset 249
- Timestamp:
- 04/08/08 00:22:29 (9 months ago)
- Files:
-
- trunk/Framework/Module/Accounts/Modify.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Framework/Module/Accounts/Modify.php
r223 r249 67 67 $dot_qmail = $this->user->readFile($this->domain, $_REQUEST['account'], '.qmail'); 68 68 } catch (Net_Vpopmaild_Exception $e) { 69 $dot_qmail = ''; 69 70 } 70 71 $defaults = $this->parseHomeDotqmail($dot_qmail, $account_info); … … 155 156 $dot_qmail = $this->user->readFile($this->domain, $_REQUEST['account'], '.qmail'); 156 157 } catch (Net_Vpopmaild_Exception $e) { 158 $dot_qmail = ''; 157 159 } 158 160 $defaultsOrig = $this->parseHomeDotqmail($dot_qmail, $account_info); … … 182 184 $this->user->modUser($this->domain, $_REQUEST['account'], $account_info); 183 185 } 184 if ( isset($changePass)&& $account == $this->user->loginUser['name']186 if ($changePass && $account == $this->user->loginUser['name'] 185 187 && $this->domain == $this->user->loginUser['domain']) { 186 188 $crypt = new Crypt_Blowfish((string)Framework::$site->config->mcryptKey);
