Ignore:
Timestamp:
May 10, 2022, 11:05:51 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: More PHP 8.1 related errors.
File:
1 edited

Legend:

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

    r912 r925  
    100100        $Mail = new Mail();
    101101        $Mail->Subject = $Title;
     102        $Mail->From = $this->System->Config['Web']['Title'].' <noreplay@zdechov.net>';
    102103        $Mail->AddTo($User['Value'], $User['Name']);
    103104        $Mail->AddBody(strip_tags($Content), 'text/plain');
Note: See TracChangeset for help on using the changeset viewer.