Changeset 703


Ignore:
Timestamp:
Oct 13, 2014, 9:22:57 PM (10 years ago)
Author:
chronos
Message:
  • Opaveno: Chybné reference na pole Config v modulu User.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r693 r703  
    379379      $NewPassword = substr(sha1(strtoupper($Row['Login'])), 0, 7);
    380380
    381       $ServerURL = 'http://'.$this->System->Config['Web']['Host'].$this->Config['Web']['RootFolder'];
     381      $ServerURL = 'http://'.$this->System->Config['Web']['Host'].$this->System->Config['Web']['RootFolder'];
    382382      $Mail = new Mail();
    383383      $Mail->Subject = 'Obnova hesla';
    384       $Mail->From = $this->Config['Web']['Title'].' <noreplay@zdechov.net>';
     384      $Mail->From = $this->System->Config['Web']['Title'].' <noreplay@zdechov.net>';
    385385      $Mail->AddTo($Row['Email'], $Row['Name']);
    386386      $Mail->AddBody('Požádali jste o zaslání nového hesla na serveru <a href="'.$ServerURL.'">'.$ServerURL.'"</a>.<br />\n'.
Note: See TracChangeset for help on using the changeset viewer.