Ignore:
Timestamp:
Jan 13, 2020, 1:10:38 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Wrong condition evaluation in check network availability and port status.
File:
1 edited

Legend:

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

    r867 r868  
    9797      {
    9898        $Mail = new Mail();
    99         $Mail->Subject = 'Notification';
     99        $Mail->Subject = $Title;
    100100        $Mail->AddTo($User['Value'], $User['Name']);
    101101        $Mail->AddBody(strip_tags($Content), 'text/plain');
     
    109109        $Output .= strip_tags(str_replace("</", " </", str_replace('<br/>', "\n", $Content)));
    110110      }
    111 
    112       return($Output);
    113111    }
    114112
     
    121119      );
    122120    }
     121
     122    return($Output);
    123123  }
    124124
Note: See TracChangeset for help on using the changeset viewer.