Changeset 912 for trunk/Modules/Notify/Notify.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (4 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Modules/Notify/Notify.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Modules/Notify/Notify.phpr908 r912 80 80 } 81 81 if (strlen($Title) > 0) $Title .= ', '; 82 $Title .= $Status[' ShortTitle'].':'.$Status['Count'];82 $Title .= $Status['Title'].':'.$Status['Count']; 83 83 } 84 84 } … … 143 143 function ShowLogRSS(): string 144 144 { 145 $this-> ClearPage = true;145 $this->RawPage = true; 146 146 $this->FormatHTML = false; 147 147 Header('Content-Type: text/xml'); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
